Home
last modified time | relevance | path

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

12

/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/db/
H A 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()
H A Dinternal_stats.h482 uint64_t write_self; member
498 write_self(0), in DBStatsSnapshot()
509 write_self = 0; in Clear()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A 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()
H A Dinternal_stats.h482 uint64_t write_self; member
498 write_self(0), in DBStatsSnapshot()
509 write_self = 0; in Clear()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A 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()
H A Dinternal_stats.h482 uint64_t write_self;
498 write_self(0),
509 write_self = 0;
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A 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()
H A Dinternal_stats.h482 uint64_t write_self; member
498 write_self(0), in DBStatsSnapshot()
509 write_self = 0; in Clear()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A 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()
H A Dinternal_stats.h482 uint64_t write_self; member
498 write_self(0), in DBStatsSnapshot()
509 write_self = 0; in Clear()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Dinternal_stats.cc973 uint64_t write_self = GetDBStats(InternalStats::kIntStatsWriteDoneBySelf); in test()
995 NumberToHumanString(write_other + write_self).c_str(), in test()
997 NumberToHumanString(write_self).c_str(), in test()
998 (write_other + write_self) / static_cast<double>(write_self + 1), in test()
1020 uint64_t interval_write_self = write_self - db_stats_snapshot_.write_self; in test()
1065 db_stats_snapshot_.write_self = write_self; in test()
H A Dinternal_stats.h482 uint64_t write_self; member
498 write_self(0), in DBStatsSnapshot()
509 write_self = 0; in Clear()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A 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()
H A Dinternal_stats.h482 uint64_t write_self; member
498 write_self(0), in DBStatsSnapshot()
509 write_self = 0; in Clear()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dinternal_stats.cc1170 uint64_t write_self = GetDBStats(InternalStats::kIntStatsWriteDoneBySelf); in DumpDBStats() local
1192 NumberToHumanString(write_other + write_self).c_str(), in DumpDBStats()
1194 NumberToHumanString(write_self).c_str(), in DumpDBStats()
1195 (write_other + write_self) / static_cast<double>(write_self + 1), in DumpDBStats()
1217 uint64_t interval_write_self = write_self - db_stats_snapshot_.write_self; in DumpDBStats()
1262 db_stats_snapshot_.write_self = write_self; in DumpDBStats()
H A Dinternal_stats.h563 uint64_t write_self; member
579 write_self(0), in DBStatsSnapshot()
590 write_self = 0; in Clear()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dinternal_stats.cc1170 uint64_t write_self = GetDBStats(InternalStats::kIntStatsWriteDoneBySelf); in DumpDBStats() local
1192 NumberToHumanString(write_other + write_self).c_str(), in DumpDBStats()
1194 NumberToHumanString(write_self).c_str(), in DumpDBStats()
1195 (write_other + write_self) / static_cast<double>(write_self + 1), in DumpDBStats()
1217 uint64_t interval_write_self = write_self - db_stats_snapshot_.write_self; in DumpDBStats()
1262 db_stats_snapshot_.write_self = write_self; in DumpDBStats()
H A Dinternal_stats.h563 uint64_t write_self; member
579 write_self(0), in DBStatsSnapshot()
590 write_self = 0; in Clear()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Dinternal_stats.cc1170 uint64_t write_self = GetDBStats(InternalStats::kIntStatsWriteDoneBySelf); in DumpDBStats() local
1192 NumberToHumanString(write_other + write_self).c_str(), in DumpDBStats()
1194 NumberToHumanString(write_self).c_str(), in DumpDBStats()
1195 (write_other + write_self) / static_cast<double>(write_self + 1), in DumpDBStats()
1217 uint64_t interval_write_self = write_self - db_stats_snapshot_.write_self; in DumpDBStats()
1262 db_stats_snapshot_.write_self = write_self; in DumpDBStats()
H A Dinternal_stats.h563 uint64_t write_self; member
579 write_self(0), in DBStatsSnapshot()
590 write_self = 0; in Clear()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/db/
H A Dinternal_stats.cc1329 uint64_t write_self = GetDBStats(InternalStats::kIntStatsWriteDoneBySelf); in DumpDBStats() local
1351 NumberToHumanString(write_other + write_self).c_str(), in DumpDBStats()
1353 NumberToHumanString(write_self).c_str(), in DumpDBStats()
1354 (write_other + write_self) / in DumpDBStats()
1355 std::max(1.0, static_cast<double>(write_self)), in DumpDBStats()
1378 uint64_t interval_write_self = write_self - db_stats_snapshot_.write_self; in DumpDBStats()
1423 db_stats_snapshot_.write_self = write_self; in DumpDBStats()
H A Dinternal_stats.h576 uint64_t write_self; member
592 write_self(0), in DBStatsSnapshot()
603 write_self = 0; in Clear()
/dports/databases/rocksdb/rocksdb-6.26.1/db/
H A Dinternal_stats.cc1329 uint64_t write_self = GetDBStats(InternalStats::kIntStatsWriteDoneBySelf); in DumpDBStats() local
1351 NumberToHumanString(write_other + write_self).c_str(), in DumpDBStats()
1353 NumberToHumanString(write_self).c_str(), in DumpDBStats()
1354 (write_other + write_self) / in DumpDBStats()
1355 std::max(1.0, static_cast<double>(write_self)), in DumpDBStats()
1378 uint64_t interval_write_self = write_self - db_stats_snapshot_.write_self; in DumpDBStats()
1423 db_stats_snapshot_.write_self = write_self; in DumpDBStats()
H A Dinternal_stats.h576 uint64_t write_self; member
592 write_self(0), in DBStatsSnapshot()
603 write_self = 0; in Clear()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/rocksdb/
H A Dha_rocksdb.cc9413 uint64_t write_self; member
9469 DEF_SHOW_FUNC(write_self, WRITE_DONE_BY_SELF) in DEF_SHOW_FUNC()
9560 DEF_STATUS_VAR(write_self),

12