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

Method print_all

src/core/utils/logging/Logger.cpp:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void Logger::print_all(const std::string &msg)
147{
148 for (auto &p : _printers)
149 {
150 p->print(msg);
151 }
152}

Callers

nothing calls this directly

Calls 1

printMethod · 0.45

Tested by

no test coverage detected