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()969 StopWatch aStopWatch; in join_001()1007 StopWatch aStopWatch; in join_002()[all …]
34 import org.hsqldb.lib.StopWatch;110 StopWatch sw = new StopWatch(); in test()141 StopWatch sw = new StopWatch(); in test2()
220 class StopWatch class226 StopWatch() in StopWatch() function in testOfHelperFunctions::StopWatch385 StopWatch aWatch; in t_time1()399 StopWatch aWatch; in t_time2()414 StopWatch aWatch; in t_time3()
Completed in 27 milliseconds