Home
last modified time | relevance | path

Searched refs:heapPercent (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts150 heapPercent: string = ''; property in NativeHookCallInfo
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.test.ts149 heapPercent: '56%',
167 heapPercent: '12%',
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts491 stack.heapPercent = `${((stack.size / this.selectTotalSize) * 100).toFixed(1)}%`;
508 stack.heapPercent = `${((stack!.size / this.selectTotalSize) * 100).toFixed(1)}%`;
1148 heapPercent: string = ''; property in NativeHookCallInfo
1167 this.heapPercent = `${((this.heapSize / total) * 100).toFixed(1)}%`;