Searched refs:JSONReporter (Results 1 – 4 of 4) sorted by relevance
110 bool JSONReporter::ReportContext(const Context& context) { in ReportContext()201 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()223 void JSONReporter::Finalize() { in Finalize()228 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData()
488 return PtrType(new JSONReporter()); in CreateReporter()
395 benchmark::JSONReporter JR; in RunOutputTests()
1962 class BENCHMARK_EXPORT JSONReporter : public BenchmarkReporter {1964 JSONReporter() : first_report_(true) {} in JSONReporter() function