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

Method Reset

profiling/client/src/CounterIdMap.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void CounterIdMap::Reset()
27{
28 m_GlobalCounterIdMap.clear();
29 m_BackendCounterIdMap.clear();
30}
31
32uint16_t CounterIdMap::GetGlobalId(uint16_t backendCounterId, const std::string& backendId) const
33{

Callers 1

ResetGuidGeneratorMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected