Searched refs:write_other (Results 1 – 2 of 2) sorted by relevance
972 uint64_t write_other = GetDBStats(InternalStats::kIntStatsWriteDoneByOther); in DumpDBStats() local995 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()
481 uint64_t write_other; member497 write_other(0), in DBStatsSnapshot()508 write_other = 0; in Clear()