Searched refs:heapPercent (Results 1 – 3 of 3) sorted by relevance
150 heapPercent: string = ''; property in NativeHookCallInfo
149 heapPercent: '56%',167 heapPercent: '12%',
491 stack.heapPercent = `${((stack.size / this.selectTotalSize) * 100).toFixed(1)}%`;508 stack.heapPercent = `${((stack!.size / this.selectTotalSize) * 100).toFixed(1)}%`;1148 heapPercent: string = ''; property in NativeHookCallInfo1167 this.heapPercent = `${((this.heapSize / total) * 100).toFixed(1)}%`;