MCPcopy Create free account
hub / github.com/ImageEngine/cortex / start

Method start

src/IECore/Timer.cpp:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void Timer::start()
74{
75 if( m_running )
76 {
77 throw( Exception( "Timer already started." ) );
78 }
79 m_running = true;
80 m_timer.start();
81}
82
83double Timer::stop()
84{

Callers 15

testCancelMethod · 0.45
testCancelMethod · 0.45
__enter__Method · 0.45
testCancelMethod · 0.45
testCancelMethod · 0.45
testCancelMethod · 0.45
testThreadingMethod · 0.45
testCancelLoadingMethod · 0.45
testCancelMethod · 0.45
testCancelMethod · 0.45

Calls

no outgoing calls

Tested by 15

testCancelMethod · 0.36
testCancelMethod · 0.36
__enter__Method · 0.36
testCancelMethod · 0.36
testCancelMethod · 0.36
testCancelMethod · 0.36
testThreadingMethod · 0.36
testCancelLoadingMethod · 0.36
testCancelMethod · 0.36
testCancelMethod · 0.36