Home
last modified time | relevance | path

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

/llvm-project/libcxx/benchmarks/
H A Dmap.bench.cpp
/llvm-project/third-party/benchmark/test/
H A Dskip_with_error_test.cc67 state.SkipWithError("error message"); in BM_error_no_running()
73 state.SkipWithError("error message"); in BM_error_before_running()
82 state.SkipWithError("error message"); in BM_error_before_running_batch()
91 state.SkipWithError("error message"); in BM_error_before_running_range_for()
105 state.SkipWithError("error message"); in BM_error_during_running()
131 state.SkipWithError("error message"); in BM_error_during_running_ranged_for()
150 state.SkipWithError("error message"); in BM_error_after_running()
165 state.SkipWithError("error message"); in BM_error_while_paused()
H A Dreporter_output_test.cc285 state.SkipWithError("message"); in BM_error()
1101 state.SkipWithError("val\b\f\n\r\t\\\"with\"es,capes");
1122 state.SkipWithError("\"freedom\""); in BM_CSV_Format()
/llvm-project/third-party/benchmark/docs/
H A Duser_guide.md1173 `State::SkipWithError(const std::string& msg)` function can be used to skip that run
1179 The `SkipWithError(...)` function may be used at any point within the benchmark,
1180 including before and after the benchmark loop. Moreover, if `SkipWithError(...)`
1190 state.SkipWithError("Resource is not good!");
1196 state.SkipWithError("Failed to read data!");
1206 state.SkipWithError("Resource is not good!");
1207 return; // Early return is allowed when SkipWithError() has been used.
1212 state.SkipWithError("Failed to read data!");
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc160 .def("skip_with_error", &State::SkipWithError) in NB_MODULE()
/llvm-project/third-party/benchmark/src/
H A Dbenchmark.cc276 void State::SkipWithError(const std::string& msg) { in SkipWithError() function in benchmark::State
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h842 void SkipWithError(const std::string& msg);