Searched refs:ratio (Results 1 – 6 of 6) sorted by relevance
| /xnu-8796.101.5/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 | 443 /* set the ratio to zero */ 444 …io", &oldratio, &ratiolen, &newratio, sizeof(newratio)), "disabled private:shared ratio checking"); 462 /* reset the private:shared ratio */ 463 …_private_shared_pages_ratio", NULL, 0, &oldratio, sizeof(oldratio)), "reset private:shared ratio");
|
| /xnu-8796.101.5/bsd/net/ ! |
| H A D | ppp_defs.h | 159 unsigned int ratio; /* recent compression ratio << 8 */ member
|
| /xnu-8796.101.5/tools/lldbmacros/ ! |
| H A D | misc.py | 191 ratio = lt.enqueues // lt.escalates 193 ratio = lt.enqueues 199 print(' enqueues/escalates : {:d}' .format(ratio))
|
| /xnu-8796.101.5/doc/memorystatus/ ! |
| H A D | freezer.md | 30 …ngle process. `memorystatus_freeze_private_shared_pages_ratio` is the min ratio of private to shar… 114 | kern.memorystatus\_freeze\_private\_shared\_pages\_ratio | The min. ratio of private to shared pa…
|
| /xnu-8796.101.5/doc/ ! |
| H A D | sched_clutch_edge.md | 75 * **Interactivity score**: The scheduler calculates an interactivity score based on the ratio of vo… 146 * Calculate the ratio of CPU blocked and CPU used for the clutch bucket.
|