Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ add
Method
add
tests/framework/Profiler.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
namespace framework
34
{
35
void Profiler::add(std::unique_ptr<Instrument> instrument)
36
{
37
_instruments.emplace_back(std::move(instrument));
38
}
39
40
void Profiler::test_start()
41
{
Callers
7
get_ops_types_from_tflite_graph
Function · 0.45
collect_operators
Function · 0.45
AssetsLibrary.cpp
File · 0.45
get_profiler
Method · 0.45
TEST_CASE
Function · 0.45
setup
Method · 0.45
setup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected