Searched refs:shallowSize (Results 1 – 10 of 10) sorted by relevance
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneComparison.test.ts | 90 shallowSize: 632, 125 shallowSize: 121, 162 shallowSize: 23, 198 shallowSize: -1, 234 shallowSize: 56, 323 shallowSize: 10, 334 shallowSize: 4, variable
|
| D | TabPaneSummary.test.ts | 84 shallowSize: 414, 119 shallowSize: 77, 130 shallowSize: 10, 141 shallowSize: 1, variable 180 shallowSize: -1, 215 shallowSize: 981, 250 shallowSize: 91,
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneSummary.ts | 102 let shallow = `${Math.round((summaryEl.shallowSize / file.size) * 100) }%`; 153 …return sort === 1 ? leftA.shallowSize - rightB.shallowSize : rightB.shallowSize - leftA.shallowSiz… 253 leftData.shallowSize - rightData.shallowSize : 254 rightData.shallowSize - leftData.shallowSize; 291 return sort === 1 ? a.shallowSize - b.shallowSize : b.shallowSize - a.shallowSize; 461 let shallow = `${Math.round((currentRow.shallowSize / this.fileSize) * 100) }%`; 513 let shallow = `${Math.round((summaryDataEl.shallowSize / this.fileSize) * 100) }%`; 590 let retainsShallow = `${Math.round((summaryRow.shallowSize / this.fileSize) * 100) }%`; 627 let shallow = `${Math.round((element.shallowSize / this.fileSize) * 100) }%`;
|
| D | TabPaneComparison.ts | 272 rightArrA.shallowSize - rightArrB.shallowSize : 273 rightArrB.shallowSize - rightArrA.shallowSize; 280 listArrA.shallowSize - listArrB.shallowSize : 281 listArrB.shallowSize - listArrA.shallowSize; 389 let shallow = `${Math.round((structRow.shallowSize / this.fileSize) * 100) }%`; 436 let shallow = `${Math.round((comparisonRetainEl.shallowSize / this.fileSize) * 100) }%`; 484 let shallow = `${Math.round((row.shallowSize / this.fileSize) * 100) }%`; 547 item.addedSize = item.shallowSize; 552 item.removedSize = item.shallowSize;
|
| /developtools/smartperf_host/ide/src/js-heap/model/ |
| D | UiStruct.ts | 39 shallowSize = -1; property in ConstructorItem 91 copyItem.shallowSize = this.shallowSize;
|
| /developtools/smartperf_host/ide/src/js-heap/utils/ |
| D | Utils.ts | 27 constructor.shallowSize = node.selfSize;
|
| /developtools/smartperf_host/ide/test/js-heap/model/ |
| D | UiStruct.test.ts | 50 shallowSize:123,
|
| /developtools/smartperf_host/ide/src/js-heap/ |
| D | HeapDataInterface.ts | 177 compareNode.addedSize = compareNode.shallowSize; 187 compareNode.removedSize = compareNode.shallowSize;
|
| /developtools/smartperf_host/ide/src/js-heap/logic/ |
| D | HeapLoader.ts | 711 diff.removedSize += targetNode.shallowSize; 716 diff.addedSize += baseNode.shallowSize; 728 diff.removedSize += targetNode.shallowSize; 736 diff.addedSize += baseNode.shallowSize; 799 classItem.shallowSize += node.selfSize;
|
| /developtools/smartperf_host/ide/test/js-heap/logic/ |
| D | HeapLoader.test.ts | 182 shallowSize: 21,
|