Searched refs:GetStatsHistory (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/monitoring/ |
| D | stats_history_test.cc | 172 db_->GetStatsHistory(0 /*start_time*/, 6 /*end_time*/, &stats_iter); in TEST_F() 188 db_->GetStatsHistory(0 /*start_time*/, 20 /*end_time*/, &stats_iter); in TEST_F() 262 db_->GetStatsHistory(0 /*start_time*/, 10 /*end_time*/, &stats_iter); in TEST_F() 282 db_->GetStatsHistory(0 /*start_time*/, 20 /*end_time*/, &stats_iter); in TEST_F() 348 db_->GetStatsHistory(0 /*start_time*/, 16 /*end_time*/, &stats_iter); in TEST_F() 369 db_->GetStatsHistory(0 /*start_time*/, 16 /*end_time*/, &stats_iter); in TEST_F() 433 db_->GetStatsHistory(0 /*start_time*/, 21 /*end_time*/, &stats_iter); in TEST_F() 450 db_->GetStatsHistory(0 /*start_time*/, 21 /*end_time*/, &stats_iter); in TEST_F() 498 db_->GetStatsHistory(0 /*start_time*/, 5 /*end_time*/, &stats_iter); in TEST_F() 534 db_->GetStatsHistory(0 /*start_time*/, 5 /*end_time*/, &stats_iter); in TEST_F()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | db.h | 1580 virtual Status GetStatsHistory( in GetStatsHistory() function
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.h | 359 Status GetStatsHistory(
|
| D | db_impl.cc | 805 Status DBImpl::GetStatsHistory( in GetStatsHistory() function in ROCKSDB_NAMESPACE::DBImpl
|
| /rocksdb-6.9/tools/ |
| D | db_bench_tool.cc | 6876 Status s = db->GetStatsHistory(0, port::kMaxUint64, &shi); in PrintStatsHistoryImpl()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 319 * Introduce stats history which periodically saves Statistics snapshots and added `GetStatsHistory`…
|