Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/sched/
H A Dyield_aggressor.c270 natural_t total_ticks = delta_times.sys + delta_times.user + delta_times.idle; in run_yielding_test() local
271 …T_QUIET; T_ASSERT_GT(total_ticks, 0, "CPU load stats failed to update, likely due to host_statisti… in run_yielding_test()
273 double cpu_idle_ratio = delta_times.idle * 1.0 / total_ticks; in run_yielding_test()