Lines Matching refs:StopWatch
59 class StopWatch { class
70 StopWatch();
71 ~StopWatch() {} in ~StopWatch()
85 StopWatch::StopWatch():m_bIsValid(false),m_bIsRunning(false) {} in StopWatch() function in StopWatch
87 void StopWatch::start() in start()
99 void StopWatch::stop() in stop()
137 double StopWatch::getSeconds() const in getSeconds()
150 double StopWatch::getTenthSec() const in getTenthSec()
969 StopWatch aStopWatch; in join_001()
1007 StopWatch aStopWatch; in join_002()
1779 StopWatch aStopWatch; in wait_001()