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

Method print_info

tests/framework/printers/JSONPrinter.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void JSONPrinter::print_info(const std::string &info)
178{
179 _infos.push_back(info);
180}
181
182void JSONPrinter::print_profiler_header(const std::string &header_data)
183{

Callers 2

log_infoMethod · 0.45
run_testMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected