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

Method print_entry

tests/framework/printers/JSONPrinter.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void JSONPrinter::print_entry(const std::string &name, const std::string &value)
74{
75 print_separator(_first_entry);
76
77 *_stream << R"(")" << name << R"(" : ")" << value << R"(")";
78}
79
80void JSONPrinter::print_global_header()
81{

Callers 3

mainFunction · 0.45
run_exampleFunction · 0.45
run_exampleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected