Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/test/
H A Dmap_test.cc31 state.SetItemsProcessed(state.iterations() * size); in BM_MapLookup()
55 state.SetItemsProcessed(state.iterations() * size); in BENCHMARK_DEFINE_F()
H A Dbenchmark_test.cc95 state.SetItemsProcessed(state.iterations() * state.range(1)); in BM_SetInsert()
114 state.SetItemsProcessed(items_processed); in BM_Sequential()
208 state.SetItemsProcessed(slept_for); in BM_ManualTiming()
H A Dfixture_test.cc46 st.SetItemsProcessed(st.range(0)); in BENCHMARK_DEFINE_F()
H A Duser_counters_test.cc76 state.SetItemsProcessed(150); in BM_Counters_WithBytesAndItemsPSec()
H A Dreporter_output_test.cc134 state.SetItemsProcessed(1); in BM_items_per_second()
/llvm-project/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp55 State.SetItemsProcessed(State.iterations()); in ~Runner()
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc168 &State::SetItemsProcessed) in NB_MODULE()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h897 void SetItemsProcessed(int64_t items) { in SetItemsProcessed() function