Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc2152 throughput_mbs_.emplace_back(mbs / elapsed); in AddStats()
2160 if (throughput_mbs_.size() == throughput_ops_.size()) { in Report()
2165 CalcAvg(throughput_mbs_), name, num_runs, in Report()
2167 CalcMedian(throughput_mbs_)); in Report()
2202 std::vector<double> throughput_mbs_; member in ROCKSDB_NAMESPACE::CombinedStats