MCPcopy 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

runTestMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected