Home
last modified time | relevance | path

Searched defs:SetBytesProcessed (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dbenchmark.h79 void SetBytesProcessed(int64_t b) { SetBenchmarkBytesProcessed(b); } in SetBytesProcessed() function
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc327 void State::SetBytesProcessed(::tensorflow::int64 bytes) { in SetBytesProcessed() function in testing::benchmark::State
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h529 void SetBytesProcessed(int64_t bytes) { bytes_processed_ = bytes; } in SetBytesProcessed() function
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h556 void SetBytesProcessed(int64_t bytes) { in SetBytesProcessed() function
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h556 void SetBytesProcessed(int64_t bytes) { in SetBytesProcessed() function
/external/google-benchmark/include/benchmark/
Dbenchmark.h563 void SetBytesProcessed(int64_t bytes) { in SetBytesProcessed() function