Searched refs:addedCount (Results 1 – 6 of 6) sorted by relevance
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneComparison.test.ts | 64 addedCount: 6061, 99 addedCount: 659, 136 addedCount: 6432, 172 addedCount: 6563, 208 addedCount: 5,
|
| D | TabPaneSummary.test.ts | 58 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/ |
| D | TabPaneComparison.ts | 152 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/ |
| D | HeapLoader.ts | 715 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/ |
| D | UiStruct.ts | 102 addedCount = 0; property in ConstructorComparison
|
| /developtools/smartperf_host/ide/test/js-heap/logic/ |
| D | HeapLoader.test.ts | 156 addedCount: 1,
|