Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c333 int64_t thread_now; in query_api_thread_busy_status() local
336 thread_now = util_current_thread_get_time_nano(); in query_api_thread_busy_status()
341 thread_now = util_queue_get_thread_time_nano(mon->queue, 0); in query_api_thread_busy_status()
343 thread_now = 0; in query_api_thread_busy_status()
346 double percent = (thread_now - info->last_thread_time) * 100.0 / in query_api_thread_busy_status()
357 info->last_thread_time = thread_now; in query_api_thread_busy_status()