Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/scripts/
H A Dgc_pause_stats.py22 class GCPauseStats(NamedTuple): class
42 for gc_type in GCPauseStats.GC_TYPES:
60 for stat_type in GCPauseStats.LIST_OF_STATS:
70 i = line.find(GCPauseStats.PAUSE_DETECT_STR)
71 j = line.find(GCPauseStats.TOTAL_DETECT_STR, i)
72 time_str = line[i + len(GCPauseStats.PAUSE_DETECT_STR):j]
91 for cause in GCPauseStats.GC_TYPES:
155 if ii[0] != -1 and f_line.find(GCPauseStats.PAUSE_DETECT_STR) != -1:

Completed in 1 milliseconds