Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
void JSONPrinter::print_info(const std::string &info)
178
{
179
_infos.push_back(info);
180
}
181
182
void JSONPrinter::print_profiler_header(const std::string &header_data)
183
{
Callers
2
log_info
Method · 0.45
run_test
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected