Home
last modified time | relevance | path

Searched defs:startMemory (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/utils/
DPrinterTimeAndMemUtils.ts85 startMemory: number; property
103 startMemory: string; property
150 const startMemory = lastEvent.data.startMemory / BYTE_TO_MB; constant
DPrinterUtils.ts87 startMemory: number; property
226 const startMemory = eventInfo.startMemory / BYTE_TO_MB; constant
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DPrinterUtils.spec.ts150 const startMemory = process.memoryUsage().heapUsed; constant
190 const startMemory = process.memoryUsage().heapUsed; constant