Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/schedulingAnalysis/
DTop20ThreadCpuUsage.test.ts37 tName: '',
58 tName: 'thread1',
80 tName: 'thread3',
96 tName: 'thread6',
112 tName: 'thread90',
DTabCpuDetailsThreads.test.ts41 tName: '',
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts175 tName?: string;
182 tName: string | undefined,
193 this.tName = tName;
/developtools/smartperf_host/ide/test/base-ui/chart/column/
DLitChartColumn.test.ts47 tName: '11',
56 tName: '222',
100 tName: '11',
109 tName: 'thread',
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTop20ThreadCpuUsage.ts262 tName: it.tName,
377 tName: obj.tName,
387 tName: obj.tName,
397 tName: obj.tName,
408 tName: obj.tName,
DTop20ProcessSwitchCount.ts90 <div>p_name:${obj.obj.tName}</div>
DTabCpuDetailsThreads.ts120 <div>t_name:${obj.obj.tName}</div>
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerSchedulingAnalysis.ts260 it.tName = this.threadMap.get(it.tid) || 'null';
287 it.tName = this.threadMap.get(it.tid) || 'null';
701 …{ tid: number; tName: string; pid: number; pName: string; dur: number; durStr: string; ratio: stri…
717 tName: this.threadMap.get(tf.tid) || 'null',
763 tName: this.threadMap.get(item.tid) || 'null',
903 tName: string = ''; property in ThreadCpuUsage
920 tName: string = ''; property in FreqThread
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts43 tName?: string;
220 let title = `${this.titleEl!.textContent}/${data.tName}`;
311 data.tName,
795 analysis.tName = `${dbData[0].threadName}(${tid})`;
797 analysis.tName = `Thread ${tid}`;
799 analysis.tableName = analysis.tName;
880 analysis.tName = 'Thread ' + tid;
928 analysis.tName = 'Thread ' + tid;
962 tName: 'other',
1174 tName: '',
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVirtualMemoryStatisticsAnalysis.ts819 let tName = ''; variable
822 tName = item.threadName =
826 tableName: tName,
DTabPaneIOTierStatisticsAnalysis.ts826 let tName = ''; variable
829 tName = item.threadName =
833 tableName: tName,
DTabPaneFilesystemStatisticsAnalysis.ts887 let tName = ''; variable
890 tName = fileSysStatThreadItem.threadName =
896 tableName: tName,
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts689 let tName = `${arr[0].threadName}(${tid})`; variable
697 tableName: tName,