Home
last modified time | relevance | path

Searched refs:max_ops_ (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/tools/
Ddb_bench_tool.cc2254 max_ops_= max_ops; in Duration()
2260 int64_t GetStage() { return std::min(ops_, max_ops_ - 1) / ops_per_stage_; } in GetStage()
2276 return ops_ > max_ops_; in Done()
2282 int64_t max_ops_; member in ROCKSDB_NAMESPACE::Duration