Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ get_counters
Method
get_counters
tests/framework/instruments/MaliCounter.cpp:341–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
}
340
341
const uint32_t *MaliCounter::get_counters() const
342
{
343
return _raw_counter_buffer.data();
344
}
345
346
const uint32_t *MaliCounter::get_counters(mali_userspace::MaliCounterBlockName block, int core) const
347
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected