Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/MaterialX
/ startTimer
Method
startTimer
source/MaterialXRender/Timer.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void ScopedTimer::startTimer()
29
{
30
_active = true;
31
_startTime = clock::now();
32
}
33
34
void ScopedTimer::endTimer()
35
{
Callers
4
resetFrameTiming
Method · 0.80
initialize
Method · 0.80
draw_contents
Method · 0.80
toggleTurntable
Method · 0.80
Calls
1
now
Class · 0.85
Tested by
no test coverage detected