Searched refs:JSONReporter (Results 1 – 6 of 6) sorted by relevance
53 bool JSONReporter::ReportContext(const Context& context) { in ReportContext()88 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()117 void JSONReporter::Finalize() { in Finalize()122 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData()
820 return PtrType(new JSONReporter); in GetDefaultReporter()
99 class JSONReporter : public BenchmarkReporter {101 JSONReporter() : first_report_(true) {} in JSONReporter() function
3089 exports = module.exports = JSONReporter;3098 function JSONReporter(runner) { class
3183 exports = module.exports = JSONReporter;3192 function JSONReporter(runner) { class