Searched refs:PerformanceCount (Results 1 – 1 of 1) sorted by relevance
119 LARGE_INTEGER PerformanceCount; in lv_windows_tick_count_callback() local120 if(QueryPerformanceCounter(&PerformanceCount)) { in lv_windows_tick_count_callback()121 return (uint32_t)(PerformanceCount.QuadPart * 1000 / Frequency.QuadPart); in lv_windows_tick_count_callback()