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

Method start

tests/framework/Profiler.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void Profiler::start()
49{
50 for (auto &instrument : _instruments)
51 {
52 instrument->start();
53 }
54}
55
56void Profiler::stop(int32_t iteration)
57{

Callers 6

TypePrinter.hFile · 0.45
is_in_valid_regionFunction · 0.45
mainFunction · 0.45
run_testMethod · 0.45
WindowIterator.cppFile · 0.45
do_setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected