Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpu.ts35 private callTreeSource: Array<JsCpuProfilerTabStruct> = []; property in TabPaneJsCpuCallTree
115 this.callTreeSource = this.sortTree(results);
116 this.callTreeTable!.recycleDataSource = this.callTreeSource;
183 this.setCallTreeTableData(this.callTreeSource);
188 findSearchNode(this.callTreeSource, this.searchValue, false);
190 this.callTreeTable!.setStatus(this.callTreeSource, true);
191 this.setCallTreeTableData(this.callTreeSource);