Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfProfile.ts46 private perfProfilerDataSource: any[] = []; property in TabpanePerfProfile
152 this.perfProfileFrameChart!.data = this.perfProfilerDataSource;
208 this.perfProfileFrameChart!.data = this.perfProfilerDataSource;
255 this.getParentTree(this.perfProfilerDataSource, chainMerageData, parentsMerageData);
353 this.setPerfProfilerLeftTableData(this.perfProfilerDataSource);
354 this.perfProfileFrameChart!.data = this.perfProfilerDataSource;
456 this.perfProfileFrameChart!.data = this.perfProfilerDataSource;
487 this.perfProfileFrameChart!.data = this.perfProfilerDataSource;
491 this.perfProfilerTbl!.setStatus(this.perfProfilerDataSource, true);
492 this.setPerfProfilerLeftTableData(this.perfProfilerDataSource);
[all …]