Home
last modified time | relevance | path

Searched refs:GetAbsoluteCounterValue (Results 1 – 5 of 5) sorted by relevance

/external/armnn/profiling/client/include/
DICounterValues.hpp24 virtual uint32_t GetAbsoluteCounterValue(uint16_t counterUid) const = 0;
/external/armnn/profiling/client/src/
DProfilingService.hpp173 uint32_t GetAbsoluteCounterValue(uint16_t counterUid) const override;
DProfilingService.cpp257 uint32_t ProfilingService::GetAbsoluteCounterValue(uint16_t counterUid) const in GetAbsoluteCounterValue() function in arm::pipe::ProfilingService
/external/armnn/src/backends/backendsCommon/test/
DBackendProfilingTests.cpp85 virtual uint32_t GetAbsoluteCounterValue(uint16_t counterUid) const override in GetAbsoluteCounterValue() function in ReadCounterVals
/external/armnn/src/profiling/test/
DProfilingTests.cpp761 CHECK_NOTHROW(absoluteCounterValue = profilingService.GetAbsoluteCounterValue(INFERENCES_RUN));
766 CHECK_NOTHROW(absoluteCounterValue = profilingService.GetAbsoluteCounterValue(INFERENCES_RUN));
1802 uint32_t GetAbsoluteCounterValue(uint16_t counterUid) const override in GetAbsoluteCounterValue() function in TestReadCounterValues
2366 uint32_t GetAbsoluteCounterValue(uint16_t counterUid) const override in GetAbsoluteCounterValue() function in CaptureReader