Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/sdk/
DTabPaneSdkSlice.ts34 private columnMap: any = {}; property in TabPaneSdkSlice
114 if (this.columnMap[sliceKey] == 'TimeStamp') {
116 } else if (this.columnMap[sliceKey] == 'ClockTime') {
118 } else if (this.columnMap[sliceKey] == 'RangTime') {
120 } else if (this.columnMap[sliceKey] == 'PercentType') {
122 } else if (this.columnMap[sliceKey] == 'CurrencyType') {
125 } else if (this.columnMap[sliceKey] == 'FIXED') {
177 this.columnMap[column] = displayName;
331 switch (this.columnMap[sliceKey]) {
DTabPaneSdkCounter.ts33 private columnMap: any = {}; property in TabPaneSdkCounter
73 if (this.columnMap[counterKey] == 'TimeStamp') {
75 } else if (this.columnMap[counterKey] == 'ClockTime') {
77 } else if (this.columnMap[counterKey] == 'RangTime') {
79 } else if (this.columnMap[counterKey] == 'PercentType') {
81 } else if (this.columnMap[counterKey] == 'CurrencyType') {
153 this.columnMap[showType.columns[counterColumnsIndex].column] =
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts261 let columnMap: { [key: string]: string } = {
270 let sortColumnKey = columnMap[nmStatColumn];