MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / measurements

Method measurements

tests/framework/instruments/PMUCounter.cpp:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64Instrument::MeasurementsMap PMUCounter::measurements() const
65{
66 return MeasurementsMap{
67 {"CPU cycles", Measurement(_cycles / _scale_factor, _unit + "cycles")},
68 {"CPU instructions", Measurement(_instructions / _scale_factor, _unit + "instructions")},
69 };
70}
71} // namespace framework
72} // namespace test
73} // namespace arm_compute

Callers 4

openclTraceEndMethod · 0.45
mainFunction · 0.45
run_testMethod · 0.45
stopMethod · 0.45

Calls 1

MeasurementClass · 0.70

Tested by

no test coverage detected