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()
919 StopWatch aStopWatch; in TEST_F()
954 StopWatch aStopWatch; in TEST_F()
1646 StopWatch aStopWatch; in TEST_F()