Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts65 private collectRowList2: Array<TraceRow<any>> = []; property in SpChartList
114 this.collectRowList2.forEach((row) => this.fragmentGroup2.appendChild(row));
126 for (let i = 0; i < this.collectRowList2.length; i++) {
127 this.collectRowList2[i].collectEL?.click();
158 return [...this.collectRowList1.filter(filter), ...this.collectRowList2.filter(filter)];
184 return this.collectRowList1.find(filter) || this.collectRowList2.find(filter);
188 return [...this.collectRowList1, ...this.collectRowList2];
198 for (const row of this.collectRowList2) {
213 this.collectRowList2 = Array.from(this.collectEl2!.children) as TraceRow<any>[];
228 this.collectRowList2.forEach((row) => {
[all …]