Home
last modified time | relevance | path

Searched refs:shallowSize (Results 1 – 10 of 10) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/
DTabPaneComparison.test.ts90 shallowSize: 632,
125 shallowSize: 121,
162 shallowSize: 23,
198 shallowSize: -1,
234 shallowSize: 56,
323 shallowSize: 10,
334 shallowSize: 4, variable
DTabPaneSummary.test.ts84 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/
DTabPaneSummary.ts102 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) }%`;
DTabPaneComparison.ts272 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/
DUiStruct.ts39 shallowSize = -1; property in ConstructorItem
91 copyItem.shallowSize = this.shallowSize;
/developtools/smartperf_host/ide/src/js-heap/utils/
DUtils.ts27 constructor.shallowSize = node.selfSize;
/developtools/smartperf_host/ide/test/js-heap/model/
DUiStruct.test.ts50 shallowSize:123,
/developtools/smartperf_host/ide/src/js-heap/
DHeapDataInterface.ts177 compareNode.addedSize = compareNode.shallowSize;
187 compareNode.removedSize = compareNode.shallowSize;
/developtools/smartperf_host/ide/src/js-heap/logic/
DHeapLoader.ts711 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/
DHeapLoader.test.ts182 shallowSize: 21,