Home
last modified time | relevance | path

Searched refs:metrics (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/doc/
H A Drecount.md7 These two metrics are abbreviated to cycles-per-instruction, or CPI, for brevity.
46 Tables also include formulaic columns that can be derived from two metrics, like CPI or power.
93 To ensure the accuracy of formulas involving multiple metrics, like CPI, all metrics must be update…
99 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
H A Dsched_clutch_edge.md78 The clutch bucket group maintains a few metrics to allow calculation of the interactivity score for…
231 Both metrics are maintained as an exponentially moving weighted average to make sure they capture t…
/xnu-8792.41.9/tests/recount/
H A Drecount_perf_tests.c87 metrics_t metrics = s->us_metrics; in interface_perf_test() local
91 metrics &= ~(METRIC_INSNS | METRIC_CYCLES); in interface_perf_test()
95 for (int metric = next_bit(&metrics); metric >= 0; in interface_perf_test()
96 metric = next_bit(&metrics)) { in interface_perf_test()