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

Method Clear

profiling/common/src/CounterDirectory.cpp:434–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434void CounterDirectory::Clear()
435{
436 // Clear all the counter directory contents
437 m_Categories.clear();
438 m_Devices.clear();
439 m_CounterSets.clear();
440 m_Counters.clear();
441}
442
443CategoriesIt CounterDirectory::FindCategory(const std::string& categoryName) const
444{

Callers 1

ResetMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected