Home
last modified time | relevance | path

Searched refs:addedCount (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/
DTabPaneComparison.test.ts64 addedCount: 6061,
99 addedCount: 659,
136 addedCount: 6432,
172 addedCount: 6563,
208 addedCount: 5,
DTabPaneSummary.test.ts58 addedCount: 49,
93 addedCount: 649,
154 addedCount: 6128,
189 addedCount: 648,
224 addedCount: 61,
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneComparison.ts152 return sort === 1 ? a.addedCount - b.addedCount : b.addedCount - a.addedCount;
546 item.addedCount = '•';
553 item.addedCount = '-';
560 item.addedCount = '-';
/developtools/smartperf_host/ide/src/js-heap/logic/
DHeapLoader.ts715 diff.addedCount++;
735 diff.addedCount++;
739 diff.deltaCount = diff.addedCount - diff.removedCount;
741 if (diff.addedCount == 0 && diff.removedCount == 0) {
744 diff.childCount = diff.addedCount + diff.removedCount;
/developtools/smartperf_host/ide/src/js-heap/model/
DUiStruct.ts102 addedCount = 0; property in ConstructorComparison
/developtools/smartperf_host/ide/test/js-heap/logic/
DHeapLoader.test.ts156 addedCount: 1,