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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_timer.h36 LARGE_INTEGER performance_counter, performance_frequency; member in struct:Timer
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtimer.c36 QueryPerformanceCounter( &t->performance_counter );
37 return ((double) t->performance_counter.QuadPart)*t->one_over_frequency;

Completed in 822 milliseconds