Home | History | Annotate | Download | only in bench

Lines Matching refs:next_report_

179   int next_report_;     // When to report next
247 next_report_ = 100;
263 if (done_ >= next_report_) {
264 if (next_report_ < 1000) next_report_ += 100;
265 else if (next_report_ < 5000) next_report_ += 500;
266 else if (next_report_ < 10000) next_report_ += 1000;
267 else if (next_report_ < 50000) next_report_ += 5000;
268 else if (next_report_ < 100000) next_report_ += 10000;
269 else if (next_report_ < 500000) next_report_ += 50000;
270 else next_report_ += 100000;