Searched refs:worker_threads_runtime (Results 1 – 1 of 1) sorted by relevance
1297 …uint32_t worker_threads_runtime = worker_threads_total_runtime.seconds * 1000 + worker_threads_tot… in main() local1389 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()