Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc2148 throughput_ops_.emplace_back(total_ops / elapsed); in AddStats()
2158 int num_runs = static_cast<int>(throughput_ops_.size()); in Report()
2160 if (throughput_mbs_.size() == throughput_ops_.size()) { in Report()
2164 name, num_runs, static_cast<int>(CalcAvg(throughput_ops_)), in Report()
2166 static_cast<int>(CalcMedian(throughput_ops_)), in Report()
2172 name, num_runs, static_cast<int>(CalcAvg(throughput_ops_)), name, in Report()
2173 num_runs, static_cast<int>(CalcMedian(throughput_ops_))); in Report()
2201 std::vector<double> throughput_ops_; member in ROCKSDB_NAMESPACE::CombinedStats