Home
last modified time | relevance | path

Searched refs:backendCounterId (Results 1 – 9 of 9) sorted by relevance

/external/armnn/profiling/client/include/
DCounterIdMap.hpp19 virtual uint16_t GetGlobalId(uint16_t backendCounterId, const std::string& backendId) const = 0;
28 uint16_t backendCounterId,
41 uint16_t backendCounterId,
44 uint16_t GetGlobalId(uint16_t backendCounterId, const std::string& backendId) const override;
DCounterStatus.hpp18 CounterStatus(uint16_t backendCounterId, in CounterStatus()
22 : m_BackendCounterId(backendCounterId), in CounterStatus()
/external/armnn/profiling/client/src/
DCounterIdMap.cpp18 uint16_t backendCounterId, in RegisterMapping() argument
21 std::pair<uint16_t, std::string> backendIdPair(backendCounterId, backendId); in RegisterMapping()
32 uint16_t CounterIdMap::GetGlobalId(uint16_t backendCounterId, const std::string& backendId) const in GetGlobalId() argument
34 std::pair<uint16_t, std::string> backendIdPair(backendCounterId, backendId); in GetGlobalId()
DRegisterBackendCounters.cpp70 uint16_t backendCounterId = uid; in RegisterCounter() local
75 counterIdMap.RegisterMapping(globalCounterId, backendCounterId, m_BackendId); in RegisterCounter()
77 ++backendCounterId; in RegisterCounter()
/external/armnn/profiling/client/src/backends/
DBackendProfiling.cpp51 CounterStatus BackendProfiling::GetCounterStatus(uint16_t backendCounterId) in GetCounterStatus() argument
53 …uint16_t globalCounterId = m_ProfilingService.GetCounterMappings().GetGlobalId(backendCounterId, m… in GetCounterStatus()
56 CounterStatus counterStatus(backendCounterId, globalCounterId, false, 0); in GetCounterStatus()
DBackendProfiling.hpp39 CounterStatus GetCounterStatus(uint16_t backendCounterId) override;
/external/armnn/profiling/client/include/backends/
DIBackendProfiling.hpp76 virtual CounterStatus GetCounterStatus(uint16_t backendCounterId) = 0;
/external/armnn/src/profiling/test/
DProfilingMocks.hpp691 uint16_t backendCounterId, in RegisterMapping() argument
694 m_CounterMapping.RegisterMapping(globalCounterId, backendCounterId, backendId); in RegisterMapping()
DProfilingTests.cpp3533 for (uint16_t backendCounterId : cpuRefCounters) variable
3535 counterIdMap.RegisterMapping(globalCounterIds, backendCounterId, cpuRefId);
3538 for (uint16_t backendCounterId : cpuAccCounters) variable
3540 counterIdMap.RegisterMapping(globalCounterIds, backendCounterId, cpuAccId);