Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/
DTabPaneComparison.test.ts86 removedCount: 612,
121 removedCount: 6118,
158 removedCount: 6328,
194 removedCount: 648,
230 removedCount: 648,
DTabPaneSummary.test.ts80 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/
DTabPaneComparison.ts157 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/
DHeapLoader.ts710 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/
DUiStruct.ts103 removedCount = 0; property in ConstructorComparison
/developtools/smartperf_host/ide/test/js-heap/logic/
DHeapLoader.test.ts178 removedCount: 28,