MCPcopy 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
28void ScopedTimer::startTimer()
29{
30 _active = true;
31 _startTime = clock::now();
32}
33
34void ScopedTimer::endTimer()
35{

Callers 4

resetFrameTimingMethod · 0.80
initializeMethod · 0.80
draw_contentsMethod · 0.80
toggleTurntableMethod · 0.80

Calls 1

nowClass · 0.85

Tested by

no test coverage detected