double t = (double)getTickCount();// 做点什么 ...t = ((double)getTickCount() - t)/getTickFrequency();cout << "Times passed in seconds: " << t << endl;
本文共 195 字,大约阅读时间需要 1 分钟。
double t = (double)getTickCount();// 做点什么 ...t = ((double)getTickCount() - t)/getTickFrequency();cout << "Times passed in seconds: " << t << endl;
转载于:https://my.oschina.net/gujianhan/blog/202396