QueryPerformanceCounter获得CPU执行计数值
__int64 startTime
if(QueryPerformanceCounter((LARGE_INTEGER *)&startTime))
printf("QueryPerformanceCounter:%lf\n",(double)startTime);
QueryPerformanceCounter获得CPU执行计数值
__int64 startTime
if(QueryPerformanceCounter((LARGE_INTEGER *)&startTime))