Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/chart/
DPerfDataQuery.test.ts17 import { perfDataQuery } from '../../../../dist/trace/component/chart/PerfDataQuery.js';
25 expect(perfDataQuery.initPerfFiles).not.toBeUndefined();
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpChartManager.ts31 import { perfDataQuery } from './PerfDataQuery.js';
141 await perfDataQuery.initPerfCache();
156 await perfDataQuery.initPerfCache();
DPerfDataQuery.ts53 export const perfDataQuery = new PerfDataQuery(); constant
DSpHiPerf.ts38 import { perfDataQuery } from './PerfDataQuery.js';
406 let perfCall = perfDataQuery.callChainMap.get(struct.callchain_id || 0);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts19 import { perfDataQuery } from '../../../chart/PerfDataQuery.js';
86 let call = perfDataQuery.callChainMap.get(sample.sampleId);
105 let files = (perfDataQuery.filesData[stack.fileId] ?? []) as Array<PerfFile>;
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts19 import { perfDataQuery } from '../../../chart/PerfDataQuery.js';
86 let call = perfDataQuery.callChainMap.get(sample.sampleId);
105 let files = (perfDataQuery.filesData[stack.fileId] ?? []) as Array<PerfFile>;
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpChartManager.ts33 import { perfDataQuery } from './PerfDataQuery.js';
152 await perfDataQuery.initPerfCache();
170 await perfDataQuery.initPerfCache();
DPerfDataQuery.ts53 export const perfDataQuery = new PerfDataQuery(); constant
DSpHiPerf.ts35 import { perfDataQuery } from './PerfDataQuery.js';
335 let perfCall = perfDataQuery.callChainMap.get(struct.callchain_id || 0);