Searched refs:removedCount (Results 1 – 6 of 6) sorted by relevance
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneComparison.test.ts | 86 removedCount: 612, 121 removedCount: 6118, 158 removedCount: 6328, 194 removedCount: 648, 230 removedCount: 648,
|
| D | TabPaneSummary.test.ts | 80 removedCount: 38, 115 removedCount: 648, 176 removedCount: 648, 211 removedCount: 648, 246 removedCount: 648,
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneComparison.ts | 157 return sort === 1 ? a.removedCount - b.removedCount : b.removedCount - a.removedCount; 548 item.removedCount = '-'; 551 item.removedCount = '•'; 558 item.removedCount = '-';
|
| /developtools/smartperf_host/ide/src/js-heap/logic/ |
| D | HeapLoader.ts | 710 diff.removedCount++; 727 diff.removedCount++; 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 | 103 removedCount = 0; property in ConstructorComparison
|
| /developtools/smartperf_host/ide/test/js-heap/logic/ |
| D | HeapLoader.test.ts | 178 removedCount: 28,
|