Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c322 int64_t last_thread_time; member
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()
363 info->last_thread_time = util_current_thread_get_time_nano(); in query_api_thread_busy_status()