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.ts45 currentSize: 101,
97 currentSize: 102,
114 currentSize: 103,
148 currentSize: 104,
164 currentSize: 0,
180 currentSize: 0,
241 currentSize: 0,
269 currentSize: 0,
297 currentSize: 108,
325 currentSize: 0,
[all …]
/developtools/smartperf_host/ide/src/trace/
DSpApplicationPublicFunc.ts472 let currentSize = 0;
478 const sumDifference = Math.abs(currentSize - freeSize);
479 if (currentSize <= freeSize && sumDifference < Math.abs(closestSize - freeSize)) {
480 closestSize = currentSize;
485 currentSize += numbers[index];
488 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.ts218 childSample.currentSize = child.current; // @ts-ignore