Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ print_warning
Method
print_warning
tests/framework/printers/JSONPrinter.cpp:172–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
void JSONPrinter::print_warning(const std::string &warning)
173
{
174
_warnings.push_back(warning);
175
}
176
177
void JSONPrinter::print_info(const std::string &info)
178
{
Callers
1
log_warning
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected