Searched refs:write_self (Results 1 – 2 of 2) sorted by relevance
973 uint64_t write_self = GetDBStats(InternalStats::kIntStatsWriteDoneBySelf); in DumpDBStats() local995 NumberToHumanString(write_other + write_self).c_str(), in DumpDBStats()997 NumberToHumanString(write_self).c_str(), in DumpDBStats()998 (write_other + write_self) / static_cast<double>(write_self + 1), in DumpDBStats()1020 uint64_t interval_write_self = write_self - db_stats_snapshot_.write_self; in DumpDBStats()1065 db_stats_snapshot_.write_self = write_self; in DumpDBStats()
482 uint64_t write_self; member498 write_self(0), in DBStatsSnapshot()509 write_self = 0; in Clear()