Home
last modified time | relevance | path

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

/third_party/benchmark/test/
Dbenchmark_test.cc112 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local
113 state.SetItemsProcessed(items_processed); in BM_Sequential()
114 state.SetBytesProcessed(items_processed * static_cast<int64_t>(sizeof(v))); in BM_Sequential()
/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc167 .def_prop_rw("items_processed", &State::items_processed, in NB_MODULE()
/third_party/benchmark/include/benchmark/
Dbenchmark.h884 int64_t items_processed() const { in items_processed() function
/third_party/benchmark/docs/
Duser_guide.md723 ``items_processed``. This is best for cases in which there are few counters,