Home
last modified time | relevance | path

Searched refs:PrintGCSummaryStatistic (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp34 PrintGCSummaryStatistic(GCType::PARTIAL_EDEN_GC); in PrintStatisticResult()
35 PrintGCSummaryStatistic(GCType::PARTIAL_YOUNG_GC); in PrintStatisticResult()
36 PrintGCSummaryStatistic(GCType::PARTIAL_OLD_GC); in PrintStatisticResult()
37 PrintGCSummaryStatistic(GCType::COMPRESS_GC); in PrintStatisticResult()
108 PrintGCSummaryStatistic(); in PrintVerboseGCStatistic()
303 void GCStats::PrintGCSummaryStatistic(GCType type) in PrintGCSummaryStatistic() function in panda::ecmascript::GCStats
H A Dgc_stats.h222 void PrintGCSummaryStatistic(GCType type = GCType::START);

Completed in 4 milliseconds