Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dinternal_stats.cc973 uint64_t write_self = GetDBStats(InternalStats::kIntStatsWriteDoneBySelf); in DumpDBStats() local
995 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()
Dinternal_stats.h482 uint64_t write_self; member
498 write_self(0), in DBStatsSnapshot()
509 write_self = 0; in Clear()