Home
last modified time | relevance | path

Searched full:gc_total_time (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/
Dark_gclog_reporter.py74 gc_total_time = sum(sorted_pause_times)
100 'gc_total_time': gc_total_time,
Dark_pause_parser.py42 rf'{ArkGcPatterns.GC_TOTAL_TIME}'
107 rf'{ArkGcPatterns.GC_TOTAL_TIME}'
Dark_gc_patterns.py36 GC_TOTAL_TIME = r'total: (?P<gc_time>\d+(?:.\d+)?)' \ variable in ArkGcPatterns
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_key_stats.h46 GC_TOTAL_TIME = 0, enumerator
50 FIRST_DATA = GC_TOTAL_TIME,
Dgc_key_stats.cpp71 AddRecordKeyDuration(RecordKeyDuration::GC_TOTAL_TIME, in AddGCStatsToKey()
95 "GC_TOTAL_TIME", static_cast<int>(GetRecordKeyDuration(RecordKeyDuration::GC_TOTAL_TIME)), in SendSysEvent()
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Ddfx_hisys_event.cpp35 << ";GC_TOTAL_TIME" << longGCStats->GetGCTotalTime(); in SendLongGCEvent()
45 "GC_TOTAL_TIME", longGCStats->GetGCTotalTime(), in SendLongGCEvent()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/
Dempty_gclog_parser.py34 "gc_total_time": 0,
/arkcompiler/ets_runtime/
Dhisysevent.yaml22 GC_TOTAL_TIME: {type: INT32, desc: Sum of GC total_time in the current statistical interval}
55 GC_TOTAL_TIME: {type: FLOAT, desc: GC TOTAL TIME}
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_gc_ark_reporter.py61 self.assertEqual(sum(map(lambda x: x.pause_time, events)), report['gc_total_time'])
76 'gc_vm_time', 'gc_name', 'gc_pause_count', 'gc_total_time', 'gc_memory_total_heap',
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dresult.py78 gc_total_time: float = 0.0 variable in GCStats
Dreport.py481 total = stats.gc_total_time