Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
void 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
83
double Timer::stop()
84
{
Callers
15
testCancel
Method · 0.45
testConcurrentAccessToChildren
Method · 0.45
testConcurrentChildAccessPerformance
Method · 0.45
testCancel
Method · 0.45
__enter__
Method · 0.45
testCancel
Method · 0.45
testCancel
Method · 0.45
testCancel
Method · 0.45
testThreading
Method · 0.45
testCancelLoading
Method · 0.45
testCancel
Method · 0.45
testCancel
Method · 0.45
Calls
no outgoing calls
Tested by
15
testCancel
Method · 0.36
testConcurrentAccessToChildren
Method · 0.36
testConcurrentChildAccessPerformance
Method · 0.36
testCancel
Method · 0.36
__enter__
Method · 0.36
testCancel
Method · 0.36
testCancel
Method · 0.36
testCancel
Method · 0.36
testThreading
Method · 0.36
testCancelLoading
Method · 0.36
testCancel
Method · 0.36
testCancel
Method · 0.36