12 printf (
"HIGH RESOLUTION PERFOMANCE COUNTER Frequency = %I64d CLOCKS IN SECOND\n",
18 printf(
"Your computer does not support High Resolution Performance counter\n");
22 printf (
"Press <ENTER> to start test...\n" );
25 printf (
"\nPress any key to quit test\n\n" );
30 printf(
"Elapsed Time : %8.6f mSec\r",
BOOL WINAPI QueryPerformanceFrequency(OUT PLARGE_INTEGER lpFrequency)
BOOL WINAPI QueryPerformanceCounter(OUT PLARGE_INTEGER lpPerformanceCount)
_Check_return_ _CRTIMP int __cdecl getchar(void)
_CRTIMP int __cdecl _kbhit(void)