Home
last modified time | relevance | path

Searched refs:ratio (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.81.4/tests/
H A Dperf_compressor.c56 static dt_stat_t ratio; variable
162 …dt_stat_add(ratio, (double)(input_after - input_before) / (double)(compressed_after - compressed_b… in freeze_helper_process()
205 ratio = dt_stat_create("(input bytes / compressed bytes)", "compression_ratio"); in run_compressor_test()
229 dt_stat_finalize(ratio); in run_compressor_test()
H A Dstackshot_accuracy.m445 /* set the ratio to zero */
446 …io", &oldratio, &ratiolen, &newratio, sizeof(newratio)), "disabled private:shared ratio checking");
464 /* reset the private:shared ratio */
465 …_private_shared_pages_ratio", NULL, 0, &oldratio, sizeof(oldratio)), "reset private:shared ratio");
/xnu-12377.81.4/bsd/net/
H A Dppp_defs.h159 unsigned int ratio; /* recent compression ratio << 8 */ member
/xnu-12377.81.4/tools/lldbmacros/
H A Dmisc.py185 ratio = lt.enqueues // lt.escalates
187 ratio = lt.enqueues
193 print(' enqueues/escalates : {:d}' .format(ratio))
/xnu-12377.81.4/doc/vm/
H A Dmemorystatus_notify.md85 purgeable). Jetsam monitors the ratio of these fully-reclaimable pages to
H A Dpageout_scan.md137 4. Look for 2 anonymous pages for every 1 file-backed page.\* This ratio comes
142 \* Certain extreme conditions may cause the 2:1 ratio to be ignored:
H A Dfreezer.md26 …ngle process. `memorystatus_freeze_private_shared_pages_ratio` is the min ratio of private to shar…
110 | kern.memorystatus\_freeze\_private\_shared\_pages\_ratio | The min. ratio of private to shared pa…
/xnu-12377.81.4/doc/scheduler/
H A Dsched_clutch_edge.md77 * **Interactivity score**: The scheduler calculates an interactivity score based on the ratio of vo…
148 * Calculate the ratio of CPU blocked and CPU used for the clutch bucket.