Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/tests/zero-to-n/
H A Dzero-to-n.c1327 …uint32_t worker_threads_runtime = worker_threads_total_runtime.seconds * 1000 + worker_threads_tot… in main() local
1419 printf("cpu_idle_time=%dms worker_threads_runtime=%dms\n", cpu_idle_time, worker_threads_runtime); in main()
1420 if (cpu_idle_time < worker_threads_runtime / 4) { in main()
1423 } else if (cpu_idle_time > worker_threads_runtime * 2) { in main()