H A D | ProfilingStateMachine.hpp | 20 class ProfilingStateMachine class 23 ProfilingStateMachine() : m_State(ProfilingState::Uninitialised) {} in ProfilingStateMachine() function in arm::pipe::ProfilingStateMachine 24 ProfilingStateMachine(ProfilingState state) : m_State(state) {} in ProfilingStateMachine() function in arm::pipe::ProfilingStateMachine
|