Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/filter/
Dapp_start_filter.cpp81 auto threadData = traceDataCache_->GetConstThreadData(); in UpdatePidByNameIndex() local
89 for (int i = 0; i < threadData.size(); ++i) { in UpdatePidByNameIndex()
90 if (item.first == threadData[i].nameIndex_) { in UpdatePidByNameIndex()
91 ipid = threadData[i].internalPid_; in UpdatePidByNameIndex()
92 tid = threadData[i].tid_; in UpdatePidByNameIndex()
218 auto threadData = traceDataCache_->GetConstThreadData(); in ProcForegroundData() local
220 auto nameindex = threadData[callId].nameIndex_; in ProcForegroundData()
221 auto ipid = threadData[callId].internalPid_; in ProcForegroundData()
222 auto tid = threadData[callId].tid_; in ProcForegroundData()
260 auto threadData = traceDataCache_->GetConstThreadData(); in ParserSoInitalization() local
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts35 private threadData!: any[];
265 this.showAssignLevel(this.perfTableThread!, this.perfTableSo!, 1, this.threadData);
383 data: this.getPerfPieChartData(this.threadData),
411 this.threadData.unshift(this.allThreadCount);
412 this.perfTableThread!.recycleDataSource = this.threadData;
415 this.threadData.shift(this.allThreadCount);
416 this.currentLevelData = this.threadData;
603 this.threadData = [];
685 this.threadData = [];
694 const threadData = { constant
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneIOTierStatisticsAnalysis.ts36 private threadData!: any[];
437 data: this.getIOTierPieChartData(this.threadData),
475 this.threadData.unshift(this.threadStatisticsData);
476 this.ioTierTableThread!.recycleDataSource = this.threadData;
478 this.threadData.shift(this.threadStatisticsData);
479 this.currentLevelData = this.threadData;
815 this.threadData.sort((a, b) => b.duration - a.duration);
823 this.threadData = [];
832 const threadData = { constant
841 this.threadData.push(threadData);
DTabPaneVirtualMemoryStatisticsAnalysis.ts825 const threadData = { constant
834 this.vmStatisticsAnalysisThreadData.push(threadData);
DTabPaneFilesystemStatisticsAnalysis.ts895 const threadData = { constant
904 this.fileStatisticsAnalysisThreadData.push(threadData);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts98 private threadData!: Array<AnalysisObj>;
412 this.showAssignLevel(this.threadUsageTbl!, this.soUsageTbl!, 1, this.threadData);
477 data: this.getPieChartData(this.threadData),
518 this.threadData.unshift(this.threadStatisticsData);
519 this.threadUsageTbl!.recycleDataSource = this.threadData;
521 this.threadData.shift(this.threadStatisticsData);
522 this.currentLevelData = this.threadData;
786 this.threadData = [];
800 this.threadData.push(analysis);
802 this.threadData.sort((a, b) => b.existSize - a.existSize);
[all …]
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts26 threadData: any = {}; property in ProcedureLogicWorkerPerf
88 this.threadData[thread.tid] = thread;
350 this.threadData = {};
408 …threadCallChain.name = `${this.threadData[countSample.tid].threadName || 'Thread'}(${countSample.t…
464 (this.threadData[merageData.tid].processName || 'Process') + `(${merageData.pid})`;
822 const threadName = this.threadData[sample.tid].threadName || 'Thread';
823 const processName = this.threadData[sample.pid].threadName || 'Process';
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts78 let threadData = [ variable
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneIOTierStatisticsAnalysis.test.ts334 tabPane.threadData = [{}, {}];
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts277 async setCallTotalRow(row: TraceRow<any>, cpuData: any = Array, threadData: any = Array) {
278 let pt: Map<string, any> = threadData.reduce((map: Map<string, any>, current: any) => {
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.test.ts140 tabPanePerfAnalysis.threadData = [