Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A 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()
H A Dbenchmark.cc449 return PtrType(new JSONReporter); in CreateReporter()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Djson_reporter.cc67 bool JSONReporter::ReportContext(const Context& context) { in ReportContext()
140 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()
162 void JSONReporter::Finalize() { in Finalize()
167 void JSONReporter::PrintRunData(Run const& run) { in PrintRunData()
H A Dbenchmark.cc298 return PtrType(new JSONReporter); in CreateReporter()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1415 class JSONReporter : public BenchmarkReporter {
1417 JSONReporter() : first_report_(true) {} in JSONReporter() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1475 class JSONReporter : public BenchmarkReporter {
1477 JSONReporter() : first_report_(true) {} in JSONReporter() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test_helper.cc372 benchmark::JSONReporter JR; in RunOutputTests()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc381 benchmark::JSONReporter JR; in RunOutputTests()