Home
last modified time | relevance | path

Searched defs:profilingStateMachine (Results 1 – 9 of 9) sorted by relevance

/external/armnn/src/profiling/test/
DSendCounterPacketTests.cpp37 void SetNotConnectedProfilingState(ProfilingStateMachine& profilingStateMachine) in SetNotConnectedProfilingState()
57 void SetWaitingForAckProfilingState(ProfilingStateMachine& profilingStateMachine) in SetWaitingForAckProfilingState()
77 void SetActiveProfilingState(ProfilingStateMachine& profilingStateMachine) in SetActiveProfilingState()
225 ProfilingStateMachine profilingStateMachine; variable
1847 ProfilingStateMachine profilingStateMachine; variable
1874 ProfilingStateMachine profilingStateMachine; variable
1985 ProfilingStateMachine profilingStateMachine; variable
2106 ProfilingStateMachine profilingStateMachine; variable
2212 ProfilingStateMachine profilingStateMachine; variable
2262 ProfilingStateMachine profilingStateMachine; variable
[all …]
DProfilingTests.cpp144 ProfilingStateMachine profilingStateMachine; variable
1776 ProfilingStateMachine profilingStateMachine; variable
2398 ProfilingStateMachine profilingStateMachine; variable
2466 ProfilingStateMachine profilingStateMachine; variable
2529 ProfilingStateMachine profilingStateMachine; variable
/external/armnn/profiling/client/src/
DPerJobCounterSelectionCommandHandler.hpp26 const ProfilingStateMachine& profilingStateMachine) in PerJobCounterSelectionCommandHandler()
DDeactivateTimelineReportingCommandHandler.hpp29 ProfilingStateMachine& profilingStateMachine, in DeactivateTimelineReportingCommandHandler()
DRequestCounterDirectoryCommandHandler.hpp32 ProfilingStateMachine& profilingStateMachine) in RequestCounterDirectoryCommandHandler()
DActivateTimelineReportingCommandHandler.hpp31 ProfilingStateMachine& profilingStateMachine, in ActivateTimelineReportingCommandHandler()
DConnectionAcknowledgedCommandHandler.hpp38 ProfilingStateMachine& profilingStateMachine, in ConnectionAcknowledgedCommandHandler()
DPeriodicCounterSelectionCommandHandler.hpp47 const ProfilingStateMachine& profilingStateMachine) in PeriodicCounterSelectionCommandHandler()
DSendThread.cpp24 SendThread::SendThread(ProfilingStateMachine& profilingStateMachine, in SendThread()