Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dinternal_stats.h146 uint64_t bytes_read_output_level; member
180 bytes_read_output_level(0), in CompactionStats()
199 bytes_read_output_level(0), in CompactionStats()
224 bytes_read_output_level(c.bytes_read_output_level), in CompactionStats()
244 bytes_read_output_level = c.bytes_read_output_level;
266 this->bytes_read_output_level = 0; in Clear()
285 this->bytes_read_output_level += c.bytes_read_output_level; in Add()
306 this->bytes_read_output_level -= c.bytes_read_output_level; in Subtract()
637 uint64_t bytes_read_output_level; member
Dinternal_stats.cc91 stats.bytes_read_non_output_levels + stats.bytes_read_output_level; in PrepareLevelStats()
92 int64_t bytes_new = stats.bytes_written - stats.bytes_read_output_level; in PrepareLevelStats()
102 (*level_stats)[LevelStatType::RNP1_GB] = stats.bytes_read_output_level / kGB; in PrepareLevelStats()
1323 compact_bytes_read += comp_stats_[level].bytes_read_output_level + in DumpCFStatsNoFileHistogram()
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc738 read_write_amp = (stats.bytes_written + stats.bytes_read_output_level + in Install()
746 (stats.bytes_read_non_output_levels + stats.bytes_read_output_level) / in Install()
764 stats.bytes_read_output_level / 1048576.0, in Install()
1606 &compaction_stats_.bytes_read_output_level, input_level); in UpdateCompactionStats()
1657 stats.bytes_read_non_output_levels + stats.bytes_read_output_level; in UpdateCompactionJobStats()