Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c249 int64_t thread_now; in query_api_thread_busy_status() local
252 thread_now = pipe_current_thread_get_time_nano(); in query_api_thread_busy_status()
257 thread_now = util_queue_get_thread_time_nano(mon->queue, 0); in query_api_thread_busy_status()
259 thread_now = 0; in query_api_thread_busy_status()
262 double percent = (thread_now - info->last_thread_time) * 100.0 / in query_api_thread_busy_status()
273 info->last_thread_time = thread_now; in query_api_thread_busy_status()