Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dmap.bench.cpp123 State.SkipWithError("Map copy not identical"); in run()
144 State.SkipWithError("Map copy not identical"); in run()
253 State.SkipWithError("Inserted a duplicate element"); in run()
295 State.SkipWithError("Inserted a duplicate element"); in run()
330 State.SkipWithError("Inserted a duplicate element"); in run()
372 State.SkipWithError("Inserted a duplicate element"); in run()
414 State.SkipWithError("Inserted a duplicate element"); in run()
449 State.SkipWithError("Inserted a duplicate element"); in run()
492 State.SkipWithError("Emplaced a duplicate element"); in run()
770 State.SkipWithError("Did not erase the entire map"); in run()
[all …]
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dskip_with_error_test.cc65 state.SkipWithError("error message"); in BM_error_no_running()
71 state.SkipWithError("error message"); in BM_error_before_running()
80 state.SkipWithError("error message"); in BM_error_before_running_batch()
89 state.SkipWithError("error message"); in BM_error_before_running_range_for()
103 state.SkipWithError("error message"); in BM_error_during_running()
129 state.SkipWithError("error message"); in BM_error_during_running_ranged_for()
147 state.SkipWithError("error message"); in BM_error_after_running()
162 state.SkipWithError("error message"); in BM_error_while_paused()
H A Dreporter_output_test.cc280 state.SkipWithError("message"); in BM_error()
1095 state.SkipWithError("val\b\f\n\r\t\\\"with\"es,capes");
1116 state.SkipWithError("\"freedom\""); in BM_CSV_Format()
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md1080 `State::SkipWithError(const char* msg)` function can be used to skip that run
1086 The `SkipWithError(...)` function may be used at any point within the benchmark,
1087 including before and after the benchmark loop. Moreover, if `SkipWithError(...)`
1097 state.SkipWithError("Resource is not good!");
1103 state.SkipWithError("Failed to read data!");
1113 state.SkipWithError("Resource is not good!");
1114 return; // Early return is allowed when SkipWithError() has been used.
1119 state.SkipWithError("Failed to read data!");
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc159 .def("skip_with_error", &State::SkipWithError) in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark.cc205 void State::SkipWithError(const char* msg) { in SkipWithError() function in benchmark::State
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h649 void SkipWithError(const char* msg);