Searched refs:funcRowID (Results 1 – 1 of 1) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 1703 private toTargetDepth = (entry: any, funcRowID: number, funcStract: any) => { 1711 this.scrollToDepth(`${funcRowID}`, `${funcStract.pid}`, 'func', true, entry.depth || 0); 1723 …let funcRowID = funcStract.cookie == null ? funcStract.tid : `${funcStract.funName}-${funcStract.p… variable 1725 return row.rowId === funcRowID && row.rowType === 'func'; 1731 this.toTargetDepth(funcStract, funcRowID, funcStract); 1738 …let filterRow = parentRow.childrenList.filter((child) => child.rowId == funcRowID && child.rowType… 1740 …let funcRow = this.rowsEL?.querySelector<TraceRow<any>>(`trace-row[row-id='${funcRowID}'][row-type… 1755 this.toTargetDepth(filterRow.fixedList[0], funcRowID, funcStract);
|