Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dinternal_stats.cc972 uint64_t write_other = GetDBStats(InternalStats::kIntStatsWriteDoneByOther); in DumpDBStats() local
995 NumberToHumanString(write_other + write_self).c_str(), in DumpDBStats()
998 (write_other + write_self) / static_cast<double>(write_self + 1), in DumpDBStats()
1019 uint64_t interval_write_other = write_other - db_stats_snapshot_.write_other; in DumpDBStats()
1064 db_stats_snapshot_.write_other = write_other; in DumpDBStats()
Dinternal_stats.h481 uint64_t write_other; member
497 write_other(0), in DBStatsSnapshot()
508 write_other = 0; in Clear()