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

Method print_profiler_header

tests/framework/printers/JSONPrinter.cpp:182–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void JSONPrinter::print_profiler_header(const std::string &header_data)
183{
184 if (header_data.size() > 0)
185 {
186 print_separator(_first_test_entry);
187 }
188 *_stream << header_data;
189}
190
191void JSONPrinter::print_measurements(const Profiler::MeasurementsMap &measurements)
192{

Callers 2

log_test_endMethod · 0.45
print_test_resultsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected