MCPcopy 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
172void JSONPrinter::print_warning(const std::string &warning)
173{
174 _warnings.push_back(warning);
175}
176
177void JSONPrinter::print_info(const std::string &info)
178{

Callers 1

log_warningMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected