Lines Matching refs:kMB
55 const double kMB = 1048576.0; variable
56 const double kGB = kMB * 1024;
107 (*level_stats)[LevelStatType::READ_MBPS] = bytes_read / kMB / elapsed; in PrepareLevelStats()
109 stats.bytes_written / kMB / elapsed; in PrepareLevelStats()
573 vstorage->NumLevelBytes(level) / kMB); in HandleLevelStats()
999 user_bytes_written / kGB, user_bytes_written / kMB / seconds_up); in DumpDBStats()
1008 wal_bytes / kGB, wal_bytes / 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()
1050 interval_wal_bytes / kMB / std::max(interval_seconds_up, 0.001)); in DumpDBStats()
1332 compact_bytes_write / kGB, compact_bytes_write / kMB / seconds_up, in DumpCFStatsNoFileHistogram()
1333 compact_bytes_read / kGB, compact_bytes_read / kMB / seconds_up, in DumpCFStatsNoFileHistogram()
1350 interval_compact_bytes_write / kMB / std::max(interval_seconds_up, 0.001), in DumpCFStatsNoFileHistogram()
1352 interval_compact_bytes_read / kMB / std::max(interval_seconds_up, 0.001), in DumpCFStatsNoFileHistogram()