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

Method IsCounterRegistered

src/profiling/test/ProfilingTests.cpp:2354–2358  ·  view source on GitHub ↗

not used

Source from the content-addressed store, hash-verified

2352 }
2353 //not used
2354 bool IsCounterRegistered(uint16_t counterUid) const override
2355 {
2356 arm::pipe::IgnoreUnused(counterUid);
2357 return false;
2358 }
2359 bool IsCounterRegistered(const std::string& counterName) const override
2360 {
2361 arm::pipe::IgnoreUnused(counterName);

Callers 1

Calls 1

IgnoreUnusedFunction · 0.50

Tested by

no test coverage detected