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

Method log_info

tests/framework/Framework.cpp:315–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void Framework::log_info(const std::string &info)
316{
317 if (_log_level >= LogLevel::DEBUG)
318 {
319 func_on_all_printers([&](Printer *p) { p->print_info(info); });
320 }
321}
322
323void Framework::log_warning(const std::string &warning)
324{

Callers 1

ARM_COMPUTE_PRINT_INFOFunction · 0.80

Calls 1

print_infoMethod · 0.45

Tested by

no test coverage detected