Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc2164 name, num_runs, static_cast<int>(CalcAvg(throughput_ops_)), in Report()
2165 CalcAvg(throughput_mbs_), name, num_runs, in Report()
2172 name, num_runs, static_cast<int>(CalcAvg(throughput_ops_)), name, in Report()
2178 double CalcAvg(std::vector<double> data) { in CalcAvg() function in ROCKSDB_NAMESPACE::CombinedStats