Searched refs:ratio (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | perf_compressor.c | 56 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 D | stackshot_accuracy.m | 445 /* 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 D | ppp_defs.h | 159 unsigned int ratio; /* recent compression ratio << 8 */ member
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | misc.py | 185 ratio = lt.enqueues // lt.escalates 187 ratio = lt.enqueues 193 print(' enqueues/escalates : {:d}' .format(ratio))
|
| /xnu-12377.81.4/doc/vm/ |
| H A D | memorystatus_notify.md | 85 purgeable). Jetsam monitors the ratio of these fully-reclaimable pages to
|
| H A D | pageout_scan.md | 137 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 D | freezer.md | 26 …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 D | sched_clutch_edge.md | 77 * **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.
|