Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwal_manager.cc151 uint64_t const now_seconds = static_cast<uint64_t>(current_time); in PurgeObsoleteWALFiles() local
156 if (purge_wal_files_last_run_ + time_to_check > now_seconds) { in PurgeObsoleteWALFiles()
160 purge_wal_files_last_run_ = now_seconds; in PurgeObsoleteWALFiles()
189 if (now_seconds - file_m_time > db_options_.wal_ttl_seconds) { in PurgeObsoleteWALFiles()
/rocksdb-6.9/monitoring/
Dpersistent_stats_history.cc58 int EncodePersistentStatsKey(uint64_t now_seconds, const std::string& key, in EncodePersistentStatsKey() argument
63 static_cast<int>(now_seconds)); in EncodePersistentStatsKey()
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc690 uint64_t now_seconds = env_->NowMicros() / kMicrosInSecond; in PersistStats() local
717 EncodePersistentStatsKey(now_seconds, stat.first, 100, key); in PersistStats()
741 stats_slice_.size(), now_seconds); in PersistStats()
757 stats_slice_.size(), now_seconds); in PersistStats()
758 stats_history_[now_seconds] = stats_delta; in PersistStats()