Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/chart/
DSpArkTsChart.ts41 private folderRow: TraceRow<any> | undefined; property in SpArkTsChart
64 this.folderRow = TraceRow.skeleton();
66 this.folderRow.rowId = this.process;
67 this.folderRow.rowType = TraceRow.ROW_TYPE_ARK_TS;
68 this.folderRow.style.height = '40px';
69 this.folderRow.rowParentId = '';
70 this.folderRow.folder = true;
71 this.folderRow.name = `Ark Ts ` + this.process;
72 this.folderRow.addTemplateTypes('ArkTs');
73 this.folderRow.favoriteChangeHandler = this.trace.favoriteChangeHandler;
[all …]
DSpFreqChart.ts38 private folderRow: TraceRow<any> | undefined; property in SpFreqChart
52 this.folderRow = TraceRow.skeleton();
53 this.folderRow.rowId = 'Cpu Frequency';
54 this.folderRow.rowParentId = '';
55 this.folderRow.rowType = TraceRow.ROW_TYPE_CPU_FREQ_ALL;
56 this.folderRow.style.height = '40px';
57 this.folderRow.style.width = '100%';
58 this.folderRow.name = 'Cpu Frequency';
59 this.folderRow.folder = true;
60 this.folderRow.rowHidden = this.folderRow!.expansion;
[all …]