Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/
H A Dark_gc_patterns.py36 GC_TOTAL_TIME = r'total: (?P<gc_time>\d+(?:.\d+)?)' \
37 r'(?P<gc_time_units>(?:s|ms|us))' global() variable in ArkGcPatterns
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_key_stats.h46 GC_TOTAL_TIME = 0, member in panda::ecmascript::RecordKeyDuration
50 FIRST_DATA = GC_TOTAL_TIME,
H A Dgc_key_stats.cpp73 AddRecordKeyDuration(RecordKeyDuration::GC_TOTAL_TIME, in AddGCStatsToKey()
97 "GC_TOTAL_TIME", static_cast<int>(GetRecordKeyDuration(RecordKeyDuration::GC_TOTAL_TIME)), in SendSysEvent()

Completed in 2 milliseconds