标签:debug style span bug logs color thread time sleep
QTime startTime = QTime::currentTime(); QThread::msleep(SLEEP_TIME_MILL); QTime stopTime = QTime::currentTime(); int elapsed = startTime.msecsTo(stopTime); qDebug()<<"QTime.currentTime ="<<elapsed<<"ms";
标签:debug style span bug logs color thread time sleep
原文地址:http://www.cnblogs.com/coolbear/p/7058450.html