Home
last modified time | relevance | path

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

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