db_bench.cc | 167 int next_report_; member in class:leveldb::__anon14402::RandomGenerator::Stats 177 next_report_ = 100; 222 if (done_ >= next_report_) { 223 if (next_report_ < 1000) next_report_ += 100; 224 else if (next_report_ < 5000) next_report_ += 500; 225 else if (next_report_ < 10000) next_report_ += 1000; 226 else if (next_report_ < 50000) next_report_ += 5000 [all...] |