Home
last modified time | relevance | path

Searched refs:perfProcess (Results 1 – 25 of 33) sorted by relevance

12

/developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/
DHiperfProcessDataReceiver.ts75 let perfProcess = new PerfProcess(data, transfer, res.length);
84 perfProcess.startNS[i] = it.startNS || it.startNs;
85 perfProcess.eventCount[i] = it.eventCount;
86 perfProcess.sampleCount[i] = it.sampleCount;
87 perfProcess.eventTypeId[i] = it.eventTypeId;
88 perfProcess.callChainId[i] = it.callchainId;
91 perfProcess.height[i] = Math.floor((it.sampleCount / (10 / intervalPerf)) * 40);
93perfProcess.height[i] = Math.floor((it.sampleCount / (10 / intervalPerf) / maxCpuCount) * 40);
96 perfProcess.height[i] = Math.floor((it.eventCount / maxEventCount) * 40);
99 postPerfProcessMessage(data, transfer, perfProcess, res.length);
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.test.ts51 let perfProcess = sqlite.queryPerfProcess; variable
52 perfProcess.mockResolvedValue([
DTabPanePerfAnalysis.test.ts287 perfProcess: [4, 5, 6],
429 perfProcess: [],
479 perfProcess: [],
521 perfProcess: [],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.test.ts99 perfProcess: [],
163 perfProcess: [],
227 perfProcess: [],
291 perfProcess: ['ssioncontroller', 'ndroid.settings'],
354 perfProcess: [],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpu.test.ts60 perfProcess: [],
84 perfProcess: [],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/cpu/
DTabPaneCpuUsage.test.ts57 perfProcess: [],
211 perfProcess: [],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/energy/
DTabPaneEnergyAnomaly.test.ts101 perfProcess: [],
DTabPanePowerBattery.test.ts72 perfProcess: [],
DTabPanePowerDetails.test.ts98 perfProcess: [],
DTabPaneSystemDetails.test.ts160 perfProcess: [],
201 perfProcess: [],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/
DTabPanePurgTotal.test.ts98 perfProcess: [],
DTabPaneMemoryAbility.test.ts79 perfProcess: [],
DTabPanePurgTotalSelection.test.ts115 perfProcess: [],
DTabPanePurgPinSelection.test.ts97 perfProcess: [],
DTabPanePurgPin.test.ts122 perfProcess: [],
DTabPaneNetworkAbility.test.ts68 perfProcess: [],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneIOTierStatistics.test.ts72 perfProcess: [],
DTabPaneFilesystemStatistics.test.ts74 perfProcess: [],
DTabPaneFileSystemDescTimeSlice.test.ts68 perfProcess: [],
DTabPaneFileSystemEvents.test.ts102 perfProcess: [],
DTabPaneFileSystemCalltree.test.ts85 perfProcess: [],
DTabPaneFileSystemDescHistory.test.ts68 perfProcess: [],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/sdk/
DTabPaneSdkCounter.test.ts127 perfProcess: [],
DTabPaneSdkSlice.test.ts129 perfProcess: [],
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts179 this.currentSelection.perfProcess.length === 0)
278 this.currentSelection.perfProcess.length === 0)
371 if (val.perfThread.length > 0 && val.perfProcess.length === 0) {
602 if (val.perfThread.length > 0 && val.perfProcess.length === 0) {
621 if (val.perfThread.length > 0 && val.perfProcess.length === 0) {

12