QueryPerformanceCounter获得CPU执行计数值

__int64 startTime

if(QueryPerformanceCounter((LARGE_INTEGER *)&startTime))

printf("QueryPerformanceCounter:%lf\n",(double)startTime);

相关文章: