Home
last modified time | relevance | path

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

/developtools/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.ts44 let perfDataQuery = sqlit.perfDataQuery variable
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts19 import { perfDataQuery } from '../../../chart/PerfDataQuery';
89 let call = perfDataQuery.callChainMap.get(sample.sampleId);
112 let files = (perfDataQuery.filesData[stack.fileId] ?? []) as Array<PerfFile>;
/developtools/smartperf_host/ide/src/trace/component/chart/
DPerfDataQuery.ts76 export const perfDataQuery = new PerfDataQuery(); constant
DSpChartManager.ts25 import { perfDataQuery } from './PerfDataQuery';
217 await perfDataQuery.initPerfCache();
326 await perfDataQuery.initPerfCache();
DSpHiPerf.ts29 import { perfDataQuery } from './PerfDataQuery';
255 <span>${perfDataQuery.getLibName(hoverStruct!.fileId, hoverStruct!.symbolId)}</span><br>
613 let perfCall = perfDataQuery.callChainMap.get(struct.callchain_id || 0);