Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer.cc1018 uint64_t prev_timestamp = it->first; in UpdateReuseIntervalStats() local
1029 const uint64_t reuse_interval = timestamp - prev_timestamp; in UpdateReuseIntervalStats()
1034 prev_timestamp = timestamp; in UpdateReuseIntervalStats()