Home
last modified time | relevance | path

Searched defs:items_processed (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/benchmark/test/
H A Dbenchmark_test.cc113 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h903 int64_t items_processed() const { in items_processed() function