Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ startCycle
Method
startCycle
tutorials/external/catch.hpp:11936–11939 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11934
}
11935
11936
void TrackerContext::startCycle() {
11937
m_currentTracker = m_rootTracker.get();
11938
m_runState = Executing;
11939
}
11940
void TrackerContext::completeCycle() {
11941
m_runState = CompletedCycle;
11942
}
Callers
1
runTest
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected