Home
last modified time | relevance | path

Searched refs:items_processed (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/test/
H A Dbenchmark_test.cc109 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local
110 state.SetItemsProcessed(items_processed); in BM_Sequential()
111 state.SetBytesProcessed(items_processed * sizeof(v)); in BM_Sequential()
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc166 .def_property("items_processed", &State::items_processed, in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h705 int64_t items_processed() const { in items_processed() function
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md686 ``items_processed``. This is best for cases in which there are few counters,