提交 76642b81 编写于 作者: I Igor Canadi

Increase done even if progress_reports is false

上级 ac328a86
......@@ -447,8 +447,8 @@ class Stats {
last_op_finish_ = now;
}
if (FLAGS_progress_reports) {
done_++;
if (FLAGS_progress_reports) {
if (done_ >= next_report_) {
if (next_report_ < 1000) next_report_ += 100;
else if (next_report_ < 5000) next_report_ += 500;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册