Qt ------ QElapsedTimer 计算消耗多少时间

The QElapsedTimer class provides a fast way to calculate elapsed times.

The QElapsedTimer class is usually used to quickly calculate how much time has elapsed between two events. Its API is similar to that of QTime, so code that was using that can be ported quickly to the new class.

 

posted @ 2017-11-14 16:18  流水灯  阅读(1637)  评论(0编辑  收藏  举报