Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts113 let funcRow = TraceRow.skeleton<FuncStruct>();
114 funcRow.rowId = `${asyncFuncGroups[0].funName}-${key}`;
115 funcRow.asyncFuncName = asyncFuncGroups[0].funName;
116 funcRow.asyncFuncNamePID = key;
117 funcRow.rowType = TraceRow.ROW_TYPE_FUNC;
118 funcRow.enableCollapseChart(); //允许折叠泳道图
119 funcRow.rowParentId = `${row.rowId}`;
120 funcRow.rowHidden = !row.expansion;
121 funcRow.style.width = '100%';
122 funcRow.name = `${asyncFuncGroups[0].funName} ${key}`;
[all …]
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1740 …let funcRow = this.rowsEL?.querySelector<TraceRow<any>>(`trace-row[row-id='${funcRowID}'][row-type… variable
1741 if (funcRow) {
1742 filterRow = funcRow;