Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/test/trace/component/chart/
DPerfDataQuery.test.ts44 let perfDataQuery = new PerfDataQuery(); variable
46 perfDataQuery.initPerfCache();
47 perfDataQuery.initPerfCallChainMap();
48 perfDataQuery.getLibName('id', 0);
49 perfDataQuery.getLibName('id', -1);
50 expect(perfDataQuery.initPerfFiles).not.toBeUndefined();
DSpHiPerf.test.ts46 let perfDataQuery = sqlit.perfDataQuery; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts19 import { perfDataQuery } from '../../../chart/PerfDataQuery';
89 let call = perfDataQuery.callChainMap.get(sample.sampleId);
119 let files = (perfDataQuery.filesData[stack.fileId] ?? []) as Array<PerfFile>;
DTabPerfSampleChild.ts19 import { perfDataQuery } from '../../../chart/PerfDataQuery';
99 let call = perfDataQuery.callChainMap.get(sample.sampleId);
129 let files = (perfDataQuery.filesData[stack.fileId] ?? []) as Array<PerfFile>;
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DPerfDataQuery.ts76 export const perfDataQuery = new PerfDataQuery(); constant
DSpChartManager.ts25 import { perfDataQuery } from './PerfDataQuery';
232 await perfDataQuery.initPerfCache();
341 await perfDataQuery.initPerfCache();
DSpHiPerf.ts29 import { perfDataQuery } from './PerfDataQuery';
259 <span>${perfDataQuery.getLibName(hoverStruct!.fileId, hoverStruct!.symbolId)}</span><br>
617 let perfCall = perfDataQuery.callChainMap.get(struct.callchain_id || 0);