Home
last modified time | relevance | path

Searched refs:currentSize (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.test.ts38 currentSize: 101,
90 currentSize: 102,
107 currentSize: 103,
141 currentSize: 104,
157 currentSize: 0,
173 currentSize: 0,
234 currentSize: 0,
262 currentSize: 0,
290 currentSize: 108,
318 currentSize: 0,
[all …]
/developtools/smartperf_host/ide/src/trace/
DSpApplicationPublicFunc.ts461 let currentSize = 0;
467 const sumDifference = Math.abs(currentSize - freeSize);
468 if (currentSize <= freeSize && sumDifference < Math.abs(closestSize - freeSize)) {
469 closestSize = currentSize;
474 currentSize += numbers[index];
477 currentSize -= numbers[index];
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts96 currentSize: number = 0; property in NativeHookSamplerInfo
112 this.currentSize += merageObj.currentSize;
117 this.current = Utils.getByteWithUnit(this.currentSize);
/developtools/smartperf_host/ide/test/trace/bean/
DNativeHook.test.ts247 currentSize: 0,
262 currentSize: expect.any(Number),
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts212 childSample.currentSize = child.current;