| 79 | void SetBytesProcessed(int64_t b) { SetBenchmarkBytesProcessed(b); } |
| 80 | void SetItemsProcessed(int64_t i) { SetBenchmarkItemsProcessed(i); } |
| 81 | int64_t iterations() const { return iters_; } |
| 82 | // Pretend to support multiple arguments. |
| 83 | int64_t range(int pos) const { CHECK(has_arg_); return arg_; } |
| 84 |
no outgoing calls
no test coverage detected