MCPcopy 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
37void PMUCounter::start()
38{
39 _pmu_cycles.reset();
40 _pmu_instructions.reset();
41}
42
43void PMUCounter::stop()
44{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected