Lines Matching refs:aStopWatch
969 StopWatch aStopWatch; in join_001() local
970 aStopWatch.start(); in join_001()
980 aStopWatch.stop(); in join_001()
982 double nSec = aStopWatch.getSeconds(); in join_001()
1007 StopWatch aStopWatch; in join_002() local
1008 aStopWatch.start(); in join_002()
1017 aStopWatch.stop(); in join_002()
1018 double nSec = aStopWatch.getSeconds(); in join_002()
1779 StopWatch aStopWatch; in wait_001() local
1780 aStopWatch.start(); in wait_001()
1792 aStopWatch.stop(); in wait_001()
1795 double nTenthSec = aStopWatch.getTenthSec(); in wait_001()
1796 double nSec = aStopWatch.getSeconds(); in wait_001()