MCPcopy 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

33namespace framework
34{
35void Profiler::add(std::unique_ptr<Instrument> instrument)
36{
37 _instruments.emplace_back(std::move(instrument));
38}
39
40void Profiler::test_start()
41{

Callers 7

collect_operatorsFunction · 0.45
AssetsLibrary.cppFile · 0.45
get_profilerMethod · 0.45
TEST_CASEFunction · 0.45
setupMethod · 0.45
setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected