Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/src/
H A Djson_reporter.cc110 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()
H A Dbenchmark.cc488 return PtrType(new JSONReporter()); in CreateReporter()
/llvm-project/third-party/benchmark/test/
H A Doutput_test_helper.cc395 benchmark::JSONReporter JR; in RunOutputTests()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1962 class BENCHMARK_EXPORT JSONReporter : public BenchmarkReporter {
1964 JSONReporter() : first_report_(true) {} in JSONReporter() function