| 180 | } |
| 181 | |
| 182 | void 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 | |
| 191 | void JSONPrinter::print_measurements(const Profiler::MeasurementsMap &measurements) |
| 192 | { |
no test coverage detected