Searched refs:perfProcess (Results 1 – 25 of 33) sorted by relevance
12
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/ |
| D | HiperfProcessDataReceiver.ts | 75 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); 93 … perfProcess.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/ |
| D | TabPerfSampleList.test.ts | 51 let perfProcess = sqlite.queryPerfProcess; variable 52 perfProcess.mockResolvedValue([
|
| D | TabPanePerfAnalysis.test.ts | 287 perfProcess: [4, 5, 6], 429 perfProcess: [], 479 perfProcess: [], 521 perfProcess: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatstics.test.ts | 99 perfProcess: [], 163 perfProcess: [], 227 perfProcess: [], 291 perfProcess: ['ssioncontroller', 'ndroid.settings'], 354 perfProcess: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneJsCpu.test.ts | 60 perfProcess: [], 84 perfProcess: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/cpu/ |
| D | TabPaneCpuUsage.test.ts | 57 perfProcess: [], 211 perfProcess: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/energy/ |
| D | TabPaneEnergyAnomaly.test.ts | 101 perfProcess: [],
|
| D | TabPanePowerBattery.test.ts | 72 perfProcess: [],
|
| D | TabPanePowerDetails.test.ts | 98 perfProcess: [],
|
| D | TabPaneSystemDetails.test.ts | 160 perfProcess: [], 201 perfProcess: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/ |
| D | TabPanePurgTotal.test.ts | 98 perfProcess: [],
|
| D | TabPaneMemoryAbility.test.ts | 79 perfProcess: [],
|
| D | TabPanePurgTotalSelection.test.ts | 115 perfProcess: [],
|
| D | TabPanePurgPinSelection.test.ts | 97 perfProcess: [],
|
| D | TabPanePurgPin.test.ts | 122 perfProcess: [],
|
| D | TabPaneNetworkAbility.test.ts | 68 perfProcess: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatistics.test.ts | 72 perfProcess: [],
|
| D | TabPaneFilesystemStatistics.test.ts | 74 perfProcess: [],
|
| D | TabPaneFileSystemDescTimeSlice.test.ts | 68 perfProcess: [],
|
| D | TabPaneFileSystemEvents.test.ts | 102 perfProcess: [],
|
| D | TabPaneFileSystemCalltree.test.ts | 85 perfProcess: [],
|
| D | TabPaneFileSystemDescHistory.test.ts | 68 perfProcess: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/sdk/ |
| D | TabPaneSdkCounter.test.ts | 127 perfProcess: [],
|
| D | TabPaneSdkSlice.test.ts | 129 perfProcess: [],
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 179 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