Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dinternal_stats.h143 uint64_t bytes_read_non_output_levels; member
179 bytes_read_non_output_levels(0), in CompactionStats()
198 bytes_read_non_output_levels(0), in CompactionStats()
223 bytes_read_non_output_levels(c.bytes_read_non_output_levels), in CompactionStats()
243 bytes_read_non_output_levels = c.bytes_read_non_output_levels;
265 this->bytes_read_non_output_levels = 0; in Clear()
284 this->bytes_read_non_output_levels += c.bytes_read_non_output_levels; in Add()
305 this->bytes_read_non_output_levels -= c.bytes_read_non_output_levels; in Subtract()
636 uint64_t bytes_read_non_output_levels; member
Dinternal_stats.cc91 stats.bytes_read_non_output_levels + stats.bytes_read_output_level; in PrepareLevelStats()
101 stats.bytes_read_non_output_levels / kGB; in PrepareLevelStats()
1145 input_bytes = comp_stats_[level].bytes_read_non_output_levels; in DumpCFMapStats()
1324 comp_stats_[level].bytes_read_non_output_levels; in DumpCFStatsNoFileHistogram()
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc737 if (stats.bytes_read_non_output_levels > 0) { in Install()
739 stats.bytes_read_non_output_levels) / in Install()
740 static_cast<double>(stats.bytes_read_non_output_levels); in Install()
742 static_cast<double>(stats.bytes_read_non_output_levels); in Install()
746 (stats.bytes_read_non_output_levels + stats.bytes_read_output_level) / in Install()
763 stats.bytes_read_non_output_levels / 1048576.0, in Install()
1602 &compaction_stats_.bytes_read_non_output_levels, input_level); in UpdateCompactionStats()
1657 stats.bytes_read_non_output_levels + stats.bytes_read_output_level; in UpdateCompactionJobStats()