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

Function GetProfilingStateName

profiling/client/src/ProfilingStateMachine.hpp:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51};
52
53constexpr char const* GetProfilingStateName(ProfilingState state)
54{
55 switch (state)
56 {
57 case ProfilingState::Uninitialised: return "Uninitialised";
58 case ProfilingState::NotConnected: return "NotConnected";
59 case ProfilingState::WaitingForAck: return "WaitingForAck";
60 case ProfilingState::Active: return "Active";
61 default: return "Unknown";
62 }
63}
64
65} // namespace pipe
66

Callers 7

operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected