Searched refs:max_micros (Results 1 – 2 of 2) sorted by relevance
114 const int64 max_us = (options.max_micros <= 0 && options.max_iters <= 0) in Benchmark()116 : options.max_micros; in Benchmark()
44 int64 max_micros = 0; // Maximum microseconds to run, ignored if <= 0. member