Home
last modified time | relevance | path

Searched refs:bytes_processed_ (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h354 void SetBytesProcessed(size_t bytes) { bytes_processed_ = bytes; }
357 size_t bytes_processed() const { return bytes_processed_; }
429 size_t bytes_processed_;
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h405 void SetBytesProcessed(size_t bytes) { bytes_processed_ = bytes; } in SetBytesProcessed()
408 size_t bytes_processed() const { return bytes_processed_; } in bytes_processed()
474 size_t bytes_processed_; variable
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc385 bytes_processed_(0), in State()
/external/google-benchmark/src/
Dbenchmark.cc406 bytes_processed_(0), in State()