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

Method test_start

tests/framework/Profiler.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void Profiler::test_start()
41{
42 for (auto &instrument : _instruments)
43 {
44 instrument->test_start();
45 }
46}
47
48void Profiler::start()
49{

Callers 2

openclTraceBeginMethod · 0.45
run_testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected