Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void Profiler::start()
49
{
50
for (auto &instrument : _instruments)
51
{
52
instrument->start();
53
}
54
}
55
56
void Profiler::stop(int32_t iteration)
57
{
Callers
6
TypePrinter.h
File · 0.45
is_in_valid_region
Function · 0.45
main
Function · 0.45
run_test
Method · 0.45
WindowIterator.cpp
File · 0.45
do_setup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected