Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dversion_set.h621 bool update_stats);
725 void UpdateAccumulatedStats(bool update_stats);
Dversion_set.cc2076 bool update_stats) { in PrepareApply() argument
2077 UpdateAccumulatedStats(update_stats); in PrepareApply()
2138 void Version::UpdateAccumulatedStats(bool update_stats) { in UpdateAccumulatedStats() argument
2139 if (update_stats) { in UpdateAccumulatedStats()