Searched refs:JSONReporter (Results 1 – 4 of 4) sorted by relevance
110 bool JSONReporter::ReportContext(const Context& context) { in ReportContext()194 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()216 void JSONReporter::Finalize() { in Finalize()221 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData()
483 return PtrType(new JSONReporter()); in CreateReporter()
394 benchmark::JSONReporter JR; in RunOutputTests()
1913 class BENCHMARK_EXPORT JSONReporter : public BenchmarkReporter {1915 JSONReporter() : first_report_(true) {} in JSONReporter() function