Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/test/
H A Dskip_with_error_test.cc30 bool error_occurred; member
38 BM_CHECK(error_occurred == run.error_occurred); in CheckRun()
40 if (error_occurred) { in CheckRun()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_runner.cc78 report.error_occurred = results.has_error_; in CreateRunReport()
88 if (!report.error_occurred) { in CreateRunReport()
127 BM_CHECK(st.error_occurred() || st.iterations() >= st.max_iterations) in RunInThread()
340 if (!report.error_occurred) reports_for_family->Runs.push_back(report); in DoOneRepetition()
H A Dstatistics.cc94 [](Run const& run) { return run.error_occurred; }); in ComputeStats()
134 if (run.error_occurred) continue; in ComputeStats()
H A Djson_reporter.cc264 if (run.error_occurred) { in PrintRunData()
265 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
H A Dcsv_reporter.cc109 if (run.error_occurred) { in PrintRunData()
H A Dconsole_reporter.cc126 if (result.error_occurred) { in PrintRunData()
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc160 .def_property_readonly("error_occurred", &State::error_occurred) in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h652 bool error_occurred() const { return error_occurred_; } in error_occurred() function
1530 error_occurred(false), in Run()
1553 bool error_occurred; member