Searched refs:JSONReporter (Results 1 – 4 of 4) sorted by relevance
120 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()
388 return PtrType(new JSONReporter); in CreateReporter()
1693 class JSONReporter : public BenchmarkReporter {1695 JSONReporter() : first_report_(true) {} in JSONReporter() function
393 benchmark::JSONReporter JR; in RunOutputTests()