Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/benchmark/src/
Dthread_manager.h46 int64_t items_processed = 0; member
/external/llvm-project/llvm/utils/benchmark/test/
Dbenchmark_test.cc108 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local
/external/google-benchmark/test/
Dbenchmark_test.cc108 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local
/external/libcxx/utils/google-benchmark/test/
Dbenchmark_test.cc108 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local
/external/llvm-project/libcxx/utils/google-benchmark/test/
Dbenchmark_test.cc108 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc39 static int64 items_processed; variable
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h555 int64_t items_processed() const { return items_processed_; } in items_processed() function
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h592 int64_t items_processed() const { in items_processed() function
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h592 int64_t items_processed() const { in items_processed() function
/external/google-benchmark/include/benchmark/
Dbenchmark.h599 int64_t items_processed() const { in items_processed() function