MCPcopy Create free account
hub / github.com/ARM-software/armnn / RegisterMapping

Method RegisterMapping

profiling/client/src/CounterIdMap.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15{
16
17void CounterIdMap::RegisterMapping(uint16_t globalCounterId,
18 uint16_t backendCounterId,
19 const std::string& backendId)
20{
21 std::pair<uint16_t, std::string> backendIdPair(backendCounterId, backendId);
22 m_GlobalCounterIdMap[globalCounterId] = backendIdPair;
23 m_BackendCounterIdMap[backendIdPair] = globalCounterId;
24}
25
26void CounterIdMap::Reset()
27{

Callers 1

RegisterCounterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected