Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/sched/
H A Dthread_group_fairness.c213 double runtime_ratio_value; variable
216 runtime_ratio_value = (double)(lower_priority_runtime) / total_runtime;
218 runtime_ratio_value = (double)(higher_priority_runtime) / total_runtime;
220 T_LOG("Observed timeshare ratio: %f", runtime_ratio_value);
222 …new_value(writer, "Thread Group Runtime Ratio", PDUNIT_CUSTOM(runtime_ratio), runtime_ratio_value);