Home
last modified time | relevance | path

Searched refs:JSONReporter (Results 1 – 7 of 7) sorted by relevance

/third_party/json/benchmarks/thirdparty/benchmark/src/
Djson_reporter.cc67 bool JSONReporter::ReportContext(const Context& context) { in ReportContext()
127 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()
149 void JSONReporter::Finalize() { in Finalize()
154 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData()
Dbenchmark.cc449 return PtrType(new JSONReporter); in CreateReporter()
/third_party/benchmark/src/
Djson_reporter.cc120 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()
Dbenchmark.cc388 return PtrType(new JSONReporter); in CreateReporter()
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h1404 class JSONReporter : public BenchmarkReporter {
1406 JSONReporter() : first_report_(true) {} in JSONReporter() function
/third_party/benchmark/include/benchmark/
Dbenchmark.h1693 class JSONReporter : public BenchmarkReporter {
1695 JSONReporter() : first_report_(true) {} in JSONReporter() function
/third_party/benchmark/test/
Doutput_test_helper.cc393 benchmark::JSONReporter JR; in RunOutputTests()