HomeSort by relevance Sort by last modified time
    Searched refs:next_report_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 149 int next_report_; // When to report next
223 next_report_ = 100;
239 if (done_ >= next_report_) {
240 if (next_report_ < 1000) next_report_ += 100;
241 else if (next_report_ < 5000) next_report_ += 500;
242 else if (next_report_ < 10000) next_report_ += 1000;
243 else if (next_report_ < 50000) next_report_ += 5000
    [all...]
db_bench_sqlite3.cc 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
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 167 int next_report_; member in class:leveldb::__anon16089::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...]

Completed in 77 milliseconds