Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc39 static int64 items_processed; variable
216 if (items_processed > 0) { in Run()
218 (items_processed * 1e-6) / seconds); in Run()
231 items_processed * 1e-6 / seconds); in Run()
261 items_processed = -1; in Run()
299 void ItemsProcessed(int64 n) { items_processed = n; } in ItemsProcessed()
/external/llvm-project/llvm/utils/benchmark/test/
Dbenchmark_test.cc108 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local
109 state.SetItemsProcessed(items_processed); in BM_Sequential()
110 state.SetBytesProcessed(items_processed * sizeof(v)); in BM_Sequential()
/external/google-benchmark/test/
Dbenchmark_test.cc108 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local
109 state.SetItemsProcessed(items_processed); in BM_Sequential()
110 state.SetBytesProcessed(items_processed * sizeof(v)); in BM_Sequential()
/external/libcxx/utils/google-benchmark/test/
Dbenchmark_test.cc108 const int64_t items_processed = state.iterations() * state.range(0); in BM_Sequential() local
109 state.SetItemsProcessed(items_processed); in BM_Sequential()
110 state.SetBytesProcessed(items_processed * sizeof(v)); in BM_Sequential()
/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
109 state.SetItemsProcessed(items_processed); in BM_Sequential()
110 state.SetBytesProcessed(items_processed * sizeof(v)); in BM_Sequential()
/external/llvm-project/llvm/utils/benchmark/src/
Dbenchmark.cc137 if (results.items_processed > 0 && seconds > 0.0) { in CreateRunReport()
138 items_per_second = (results.items_processed / seconds); in CreateRunReport()
177 results.items_processed += st.items_processed(); in RunInThread()
Dthread_manager.h46 int64_t items_processed = 0; member
/external/google-benchmark/bindings/python/google_benchmark/
Dbenchmark.cc166 .def_property("items_processed", &State::items_processed, in PYBIND11_MODULE()
/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
/external/libcxx/utils/google-benchmark/
DREADME.md730 ``items_processed``. This is best for cases in which there are few counters,
/external/llvm-project/llvm/utils/benchmark/
DREADME.md692 ``items_processed``. This is best for cases in which there are few counters,
/external/llvm-project/libcxx/utils/google-benchmark/
DREADME.md730 ``items_processed``. This is best for cases in which there are few counters,
/external/google-benchmark/
DREADME.md831 ``items_processed``. This is best for cases in which there are few counters,