Searched refs:heapsize (Results 1 – 6 of 6) sorted by relevance
26 heapsize: number | undefined; property in HeapStruct39 … ((heapBeanData.heapsize || 0) * (heapBeanData.frame.height || 0)) / heapBeanData.maxHeapSize74 … ((heapBeanData.heapsize || 0) * (heapBeanData.frame.height || 0)) / heapBeanData.maxHeapSize
37 heapsize: 98,
77 heapsize: heapSize[i],
195 (((data.heapsize || 0) - data.minHeapSize) * (data.frame.height || 0)) /199 … drawHeight = Math.ceil(((data.heapsize || 0) * (data.frame.height || 0)) / data.maxHeapSize);
151 tip = `<span>${Utils.getByteWithUnit(HeapStruct.hoverHeapStruct.heapsize!)}</span>`;
1224 heapsize: number | undefined; property in HeapStruct