摘要:
1,计算使用多长时间tick精度:LARGE_INTEGER frequency; // ticks per secondLARGE_INTEGER t1, t2; // ticksdouble elapsedTime;// get ticks per secondQueryPerformanceFrequency(&frequency);// start timerQueryPerformanceCounter(&t1);// do something...// stop timerQueryPerformanceCounter(&t2);// comput... 阅读全文
posted @ 2014-01-02 21:25
Henry_Wang
阅读(1091)
评论(0)
推荐(0)

浙公网安备 33010602011771号