Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ start
Method
start
tests/framework/instruments/PMUCounter.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void PMUCounter::start()
38
{
39
_pmu_cycles.reset();
40
_pmu_instructions.reset();
41
}
42
43
void PMUCounter::stop()
44
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected