Home
last modified time | relevance | path

Searched refs:KeepRunningBatch (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dmap.bench.cpp116 while (State.KeepRunningBatch(MapSize)) { in run()
137 while (State.KeepRunningBatch(MapSize)) { in run()
157 while (State.KeepRunningBatch(MapSize * Data.Maps.size())) { in run()
222 while (State.KeepRunningBatch(MapSize * Data.Maps.size())) { in run()
244 while (State.KeepRunningBatch(MapSize * Data.Maps.size())) { in run()
284 while (State.KeepRunningBatch(MapSize * Data.Maps.size())) { in run()
826 while (State.KeepRunningBatch(MapSize)) { in run()
858 while (State.KeepRunningBatch(MapSize)) { in run()
890 while (State.KeepRunningBatch(MapSize)) { in run()
930 while (State.KeepRunningBatch(MapSize)) { in run()
[all …]
H A Dordered_set.bench.cpp89 while (State.KeepRunningBatch(TableSize * NumTables)) { in run()
111 while (State.KeepRunningBatch(TableSize * NumTables)) { in run()
132 while (State.KeepRunningBatch(TableSize * NumTables)) { in run()
153 while (State.KeepRunningBatch(TableSize * NumTables)) { in run()
174 while (State.KeepRunningBatch(TableSize * NumTables)) { in run()
195 while (State.KeepRunningBatch(TableSize * NumTables)) { in run()
214 while (State.KeepRunningBatch(TableSize * NumTables)) { in run()
H A Dto_chars.bench.cpp26 while (state.KeepRunningBatch(input.size())) in BM_to_chars_good()
46 while (state.KeepRunningBatch(data.size())) in BM_to_chars_bad()
H A Dformatter_int.bench.cpp31 while (state.KeepRunningBatch(data.size())) in BM_Basic()
48 while (state.KeepRunningBatch(data.size())) in BM_BasicLow()
181 while (state.KeepRunningBatch(data.size())) in run()
H A Dstring.bench.cpp176 while (state.KeepRunningBatch(NumStrings)) { in StringCopyAndDestroy()
244 while (state.KeepRunningBatch(kNumStrings)) { in run()
269 while (state.KeepRunningBatch(kNumStrings)) { in run()
293 while (state.KeepRunningBatch(kNumStrings)) { in run()
318 while (state.KeepRunningBatch(kNumStrings)) { in run()
345 while (state.KeepRunningBatch(kNumStrings)) { in run()
370 while (state.KeepRunningBatch(kNumStrings)) { in run()
H A Dformatted_size.bench.cpp22 while (state.KeepRunningBatch(str.size())) in BM_formatted_size_string()
H A Dformat.bench.cpp22 while (state.KeepRunningBatch(str.size())) in BM_format_string()
H A Dformatter_float.bench.cpp220 while (state.KeepRunningBatch(1000)) in run()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dskip_with_error_test.cc81 while (state.KeepRunningBatch(17)) { in BM_error_before_running_batch()
H A Dbasic_test.cc118 while (state.KeepRunningBatch(batch_size)) { in BM_KeepRunningBatch()
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp84 while (State.KeepRunningBatch(BatchSize)) \
/llvm-project-15.0.7/libcxx/benchmarks/algorithms/
H A Dcommon.h223 while (state.KeepRunningBatch(Batch)) { in runOpOnCopies()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h601 bool KeepRunningBatch(IterationCount n);
812 inline BENCHMARK_ALWAYS_INLINE bool State::KeepRunningBatch(IterationCount n) { in KeepRunningBatch() function