Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc6863 PrintStatsHistoryImpl(db_.db, false); in PrintStatsHistory()
6866 PrintStatsHistoryImpl(db_with_cfh.db, true); in PrintStatsHistory()
6870 void PrintStatsHistoryImpl(DB* db, bool print_header) { in PrintStatsHistoryImpl() function in ROCKSDB_NAMESPACE::Benchmark