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

Method FilePrinter

src/core/utils/logging/FilePrinter.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26using namespace arm_compute::logging;
27
28FilePrinter::FilePrinter(const std::string &filename) : _handler()
29{
30 _handler.open(filename, std::fstream::out | std::fstream::trunc);
31}
32
33void FilePrinter::print_internal(const std::string &msg)
34{

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected