Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/test/
H A Dmap_test.cc30 state.SetItemsProcessed(state.iterations() * size); in BM_MapLookup()
53 state.SetItemsProcessed(state.iterations() * size); in BENCHMARK_DEFINE_F()
H A Dbenchmark_test.cc92 state.SetItemsProcessed(state.iterations() * state.range(1)); in BM_SetInsert()
110 state.SetItemsProcessed(items_processed); in BM_Sequential()
201 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.cc75 state.SetItemsProcessed(150); in BM_Counters_WithBytesAndItemsPSec()
H A Dreporter_output_test.cc129 state.SetItemsProcessed(1); in BM_items_per_second()
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp55 State.SetItemsProcessed(State.iterations()); in ~Runner()
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc167 &State::SetItemsProcessed) in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h699 void SetItemsProcessed(int64_t items) { in SetItemsProcessed() function