Searched refs:currentSize (Results 1 – 5 of 5) sorted by relevance
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.test.ts | 38 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/ |
| D | SpApplicationPublicFunc.ts | 461 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/ |
| D | NativeHook.ts | 96 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/ |
| D | NativeHook.test.ts | 247 currentSize: 0, 262 currentSize: expect.any(Number),
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.ts | 212 childSample.currentSize = child.current;
|