Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dinternal_stats.cc968 uint64_t user_bytes_written = in DumpDBStats() local
999 user_bytes_written / kGB, user_bytes_written / kMB / seconds_up); in DumpDBStats()
1032 (user_bytes_written - db_stats_snapshot_.ingest_bytes) / kMB, in DumpDBStats()
1033 (user_bytes_written - db_stats_snapshot_.ingest_bytes) / kMB / in DumpDBStats()
1063 db_stats_snapshot_.ingest_bytes = user_bytes_written; in DumpDBStats()