Searched refs:StopWatch (Results 1 – 4 of 4) sorted by relevance
36 import org.hsqldb.lib.StopWatch;165 StopWatch sw = new StopWatch(); in testFillUp()280 StopWatch sw = new StopWatch(); in fillUpBigTable()351 StopWatch sw = new StopWatch(); in fillUpMultiTable()406 StopWatch sw = new StopWatch(); in checkResults()466 StopWatch sw = new StopWatch(); in checkSelects()550 StopWatch sw = new StopWatch(); in checkUpdates()
59 class StopWatch { class70 StopWatch();71 ~StopWatch() {} in ~StopWatch()85 StopWatch::StopWatch():m_bIsValid(false),m_bIsRunning(false) {} in StopWatch() function in StopWatch87 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()[all …]
34 import org.hsqldb.lib.StopWatch;110 StopWatch sw = new StopWatch(); in test()141 StopWatch sw = new StopWatch(); in test2()
196 class StopWatch class203 StopWatch() in StopWatch() function in testOfHelperFunctions::StopWatch351 StopWatch aWatch; in TEST_F()365 StopWatch aWatch; in TEST_F()380 StopWatch aWatch; in TEST_F()
Completed in 26 milliseconds