IVGCVSW-4666 Call EnableProfiling when state switches to active
authorFinn Williams <Finn.Williams@arm.com>
Thu, 9 Apr 2020 15:05:28 +0000 (16:05 +0100)
committerFinn Williams <Finn.Williams@arm.com>
Fri, 10 Apr 2020 13:48:56 +0000 (14:48 +0100)
commitfe5a24beeef6e9a41366e694f41093565e748048
tree72c660062f9c8287e54176dfbd8c5aa0269f2e51
parentbb446e576e120512d5752a5d6dc1ddc636f563ba
IVGCVSW-4666 Call EnableProfiling when state switches to active

 * Move the call to EnableProfiling() into ConnectionAcknowledgedHandler
 * Fix an issue with MockGatord forcing some command handlers to be quiet
 * Add some small unrelated improvements and typo fixes to the
   periodic counter command handlers

Signed-off-by: Finn Williams <Finn.Williams@arm.com>
Change-Id: I9e6066b78d1f782cfaf27c11571c0ec5cb5d126f
12 files changed:
src/armnn/Runtime.cpp
src/backends/backendsCommon/test/MockBackend.hpp
src/profiling/ConnectionAcknowledgedCommandHandler.cpp
src/profiling/ConnectionAcknowledgedCommandHandler.hpp
src/profiling/CounterDirectory.cpp
src/profiling/PeriodicCounterCapture.cpp
src/profiling/PeriodicCounterCapture.hpp
src/profiling/PeriodicCounterSelectionCommandHandler.cpp
src/profiling/PeriodicCounterSelectionCommandHandler.hpp
src/profiling/ProfilingService.hpp
tests/profiling/gatordmock/GatordMockService.hpp
tests/profiling/gatordmock/tests/GatordMockTests.cpp