| 77 | } |
| 78 | |
| 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. |
no test coverage detected