C++ 统计运行时间之弱智方法

double time;
time = (double)getTickCount();
time = ((double)getTickCount() - time) / getTickFrequency();
cout << time << endl;
posted @ 2018-12-16 20:06  一条图图犬  阅读(340)  评论(0编辑  收藏  举报