Searched refs:sort_gc_stats (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/runtime_core/scripts/ | ||
H A D | gc_pause_stats.py | 39 def sort_gc_stats(stats: dict) -> list: function 54 gc_stats_list = ["Total"] + sort_gc_stats(stats) |
Completed in 1 milliseconds