Searched refs:items_processed (Results 1 – 4 of 4) sorted by relevance
109 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local110 state.SetItemsProcessed(items_processed); in BM_Sequential()111 state.SetBytesProcessed(items_processed * sizeof(v)); in BM_Sequential()
166 .def_property("items_processed", &State::items_processed, in PYBIND11_MODULE()
705 int64_t items_processed() const { in items_processed() function
686 ``items_processed``. This is best for cases in which there are few counters,