MCPcopy Create free account
hub / github.com/ARM-software/armnn / ProfilingCurrentStateThreadImpl

Function ProfilingCurrentStateThreadImpl

src/profiling/test/ProfilingTests.cpp:480–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480void ProfilingCurrentStateThreadImpl(ProfilingStateMachine& states)
481{
482 ProfilingState newState = ProfilingState::NotConnected;
483 states.GetCurrentState();
484 states.TransitionToState(newState);
485}
486
487TEST_CASE("CheckProfilingStateMachine")
488{

Callers

nothing calls this directly

Calls 2

GetCurrentStateMethod · 0.45
TransitionToStateMethod · 0.45

Tested by

no test coverage detected