| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/ |
| D | TabPaneThreadUsage.ts | 35 private cpuCount = 0; property in TabPaneThreadUsage 60 if (this.cpuCount !== CpuStruct.cpuCount) { 61 this.cpuCount = CpuStruct.cpuCount; 116 for (let i = 0; i < this.cpuCount; i++) { 141 let cpuCount = CpuStruct.cpuCount; 142 for (let index = 0; index < cpuCount; index++) {
|
| /developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
| D | SpSchedulingAnalysis.ts | 29 static cpuCount: number = 0; property in SpSchedulingAnalysis 57 SpSchedulingAnalysis.cpuCount = (window as any).cpuCount;
|
| D | CheckCpuSetting.ts | 63 for (let i = 0; i < SpSchedulingAnalysis.cpuCount; i++) { 83 for (let i = 0; i < SpSchedulingAnalysis.cpuCount; i++) {
|
| D | Top20ThreadRunTime.ts | 80 …procedurePool.submitWithName('logic0', option, { cpuMax: SpSchedulingAnalysis.cpuCount - 1 }, unde…
|
| D | TabCpuAnalysis.ts | 67 for (let i = 0; i < SpSchedulingAnalysis.cpuCount; i++) {
|
| D | Top20ThreadCpuUsage.ts | 222 for (let i = 0; i < SpSchedulingAnalysis.cpuCount; i++) { 280 for (let i = 0; i < SpSchedulingAnalysis.cpuCount; i++) {
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpCpuChart.ts | 40 (window as any).cpuCount = cpuCountResult[0].cpuCount; 42 (window as any).cpuCount = 0; 50 CpuStruct.cpuCount = cpuMax + 1; 51 for (let i1 = 0; i1 < CpuStruct.cpuCount; i1++) {
|
| /developtools/smartperf_host/ide/test/trace/component/schedulingAnalysis/ |
| D | TabCpuAnalysis.test.ts | 34 SpSchedulingAnalysis.cpuCount = 3;
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | ProcessStruct.ts | 40 let miniHeight = Math.round(processBeanStruct.frame.height / CpuStruct.cpuCount);
|
| D | CpuStruct.ts | 21 static cpuCount: number; //最大cpu数量 property in CpuStruct
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/process/ |
| D | TabPaneThreadUsage.test.ts | 35 cpuCount: 0,
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerProcess.ts | 49 miniHeight = Math.round((row.frame.height - CpuStruct.cpuCount * 2) / CpuStruct.cpuCount);
|
| D | ProcedureWorkerTimeline.ts | 434 let miniHeight = Math.round(this.frame.height / CpuStruct.cpuCount); //每格高度
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpRecordPerf.ts | 311 let cpuCount = res!.trim(); 312 let cpus = Number(cpuCount); 323 let cpuCount = res!.trim(); 324 let cpus = Number(cpuCount);
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/hilog/ |
| D | TabPaneHilogs.test.ts | 42 cpuCount: 1,
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneFileSystemCalltree.test.ts | 30 cpuCount: 1,
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | Procedure.ts | 68 static cpuCount = Math.floor((window.navigator.hardwareConcurrency || 4) / 2); property in ProcedurePool
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/ |
| D | ProcedureWorkerCPU.ts | 218 static cpuCount: number = 1; //最大cpu数量
|
| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | RangeRuler.ts | 161 let miniHeight = Math.round(this.frame.height / CpuStruct.cpuCount); //每格高度
|
| /developtools/smartperf_host/ide/src/trace/ |
| D | SpApplication.ts | 1385 …if ((window as any).cpuCount === 0 || !FlagsConfig.getFlagsConfigEnableStatus('SchedulingAnalysis'…
|