Home
last modified time | relevance | path

Searched refs:ftNow (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c67 FILETIME ftNow, ftCreation, ftExit, ftKernel, ftUser; in get_cpu_stats() local
81 GetSystemTimeAsFileTime(&ftNow); in get_cpu_stats()
84 *total_time = filetime_to_scalar(ftNow) - filetime_to_scalar(ftCreation); in get_cpu_stats()

Completed in 2 milliseconds