Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ Timer
Method
Timer
src/IECore/Timer.cpp:65–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
} // namespace
64
65
Timer::Timer( bool start, Timer::Mode mode ) : m_running( start ), m_accumulated( 0.0 ), m_mode( mode )
66
{
67
if( !m_running )
68
{
69
m_timer.stop();
70
}
71
}
72
73
void Timer::start()
74
{
Callers
9
testChildAccessPerformance
Method · 0.80
testConcurrentChildAccessPerformance
Method · 0.80
__init__
Method · 0.80
testCompareReadWithAttributes
Method · 0.80
testPerf
Method · 0.80
testTriangulatePerformance
Method · 0.80
testTriangulatePerformance
Method · 0.80
testLookupScaling
Method · 0.80
test
Method · 0.80
Calls
1
stop
Method · 0.80
Tested by
7
testChildAccessPerformance
Method · 0.64
testConcurrentChildAccessPerformance
Method · 0.64
__init__
Method · 0.64
testCompareReadWithAttributes
Method · 0.64
testPerf
Method · 0.64
testTriangulatePerformance
Method · 0.64
testLookupScaling
Method · 0.64