Home
last modified time | relevance | path

Searched refs:GetDeltaCounterValue (Results 1 – 6 of 6) sorted by relevance

/external/armnn/profiling/client/include/
DICounterValues.hpp25 virtual uint32_t GetDeltaCounterValue(uint16_t counterUid) = 0;
/external/armnn/profiling/client/src/
DPeriodicCounterCapture.cpp112 counterValue = readCounterValues.GetDeltaCounterValue(requestedId); in Capture()
DProfilingService.hpp174 uint32_t GetDeltaCounterValue(uint16_t counterUid) override;
DProfilingService.cpp265 uint32_t ProfilingService::GetDeltaCounterValue(uint16_t counterUid) in GetDeltaCounterValue() function in arm::pipe::ProfilingService
/external/armnn/src/backends/backendsCommon/test/
DBackendProfilingTests.cpp89 virtual uint32_t GetDeltaCounterValue(uint16_t counterUid) override in GetDeltaCounterValue() function in ReadCounterVals
/external/armnn/src/profiling/test/
DProfilingTests.cpp777 … deltaCounterValue += profilingService.GetDeltaCounterValue(inferencesRun); in __anon71be7eee0502()
813 deltaCounterValue += profilingService.GetDeltaCounterValue(INFERENCES_RUN);
1807 uint32_t GetDeltaCounterValue(uint16_t counterUid) override in GetDeltaCounterValue() function in TestReadCounterValues
2375 uint32_t GetDeltaCounterValue(uint16_t counterUid) override in GetDeltaCounterValue() function in CaptureReader