Searched refs:premotedRate (Results 1 – 1 of 1) sorted by relevance
156 double premotedRate = double(GetRecordData(RecordData::SEMI_PROMOTE_SIZE)) / in PrintGCMemoryStatistic() local158 double survivalRate = std::min(copiedRate + premotedRate, 1.0); in PrintGCMemoryStatistic()160 … << STATS_DESCRIPTION_FORMAT("Young promoted rate:") << STATS_DATA_FORMAT(premotedRate) << "\n" in PrintGCMemoryStatistic()167 double premotedRate = double(GetRecordData(RecordData::YOUNG_PROMOTE_SIZE)) / in PrintGCMemoryStatistic() local169 double survivalRate = std::min(copiedRate + premotedRate, 1.0); in PrintGCMemoryStatistic()171 … << STATS_DESCRIPTION_FORMAT("Young promoted rate:") << STATS_DATA_FORMAT(premotedRate) << "\n" in PrintGCMemoryStatistic()