| /developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/ |
| D | DrawerCpuTabs.ts | 41 this.tabCpuDetailsIdle?.init(this.cpuNumber); 43 this.tabCpuDetailsFrequency?.init(this.cpuNumber); 45 this.tabCpuDetailsIrq?.init(this.cpuNumber); 50 init(cpu: number, value: string) { method in DrawerCpuTabs 54 this.tabCpuDetailsIdle?.init(this.cpuNumber); 56 this.tabCpuDetailsFrequency?.init(this.cpuNumber); 58 this.tabCpuDetailsIrq?.init(this.cpuNumber);
|
| D | SpSchedulingAnalysis.ts | 50 init() { method in SpSchedulingAnalysis 58 this.tabCpuAnalysis?.init(); 59 this.tabThreadAnalysis?.init();
|
| D | TabThreadAnalysis.ts | 77 init() { method in TabThreadAnalysis 134 showContent.init();
|
| /developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
| D | DrawerCpuTabs.ts | 41 this.tabCpuDetailsIdle?.init(this.cpuNumber); 43 this.tabCpuDetailsFrequency?.init(this.cpuNumber); 45 this.tabCpuDetailsIrq?.init(this.cpuNumber); 50 init(cpu: number, value: string) { method in DrawerCpuTabs 54 this.tabCpuDetailsIdle?.init(this.cpuNumber); 56 this.tabCpuDetailsFrequency?.init(this.cpuNumber); 58 this.tabCpuDetailsIrq?.init(this.cpuNumber);
|
| D | SpSchedulingAnalysis.ts | 50 init() { method in SpSchedulingAnalysis 58 this.tabCpuAnalysis?.init(); 59 this.tabThreadAnalysis?.init();
|
| D | TabThreadAnalysis.ts | 77 init() { method in TabThreadAnalysis 134 showContent.init();
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/chart/ |
| D | SpChartManager.ts | 85 async init(progress: Function) { method in SpChartManager 99 await this.cpu.init(); 111 await this.freq.init(); 113 await this.clockChart.init(); 115 await this.irqChart.init(); 117 await this.virtualMemChart.init(); 119 await this.fps.init(); 128 await this.abilityMonitor.init(); 130 await this.hiSyseventChart.init(); 133 await this.smapsChart.init(); [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpChartManager.ts | 91 async init(progress: Function) { method in SpChartManager 111 await this.cpu.init(); 125 await this.freq.init(); 127 await this.clockChart.init(); 129 await this.irqChart.init(); 131 await this.virtualMemChart.init(); 133 await this.fps.init(); 139 await this.abilityMonitor.init(); 141 await this.hiSyseventChart.init(); 144 await this.smapsChart.init(); [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/schedulingAnalysis/ |
| D | DrawerCpuTabs.test.ts | 36 expect(drawerCpuTabs.init(1, '1')).not.toBe(0); 40 drawerCpuTabs.init(1, '2'); 45 drawerCpuTabs.init(1, '3');
|
| D | TabCpuDetailsThreads.test.ts | 54 tabCpuDetailsThreads.init = jest.fn(); 55 expect(tabCpuDetailsThreads.init(1, {})).toBeUndefined();
|
| D | Top20ThreadRunTime.test.ts | 47 top20ThreadRunTime.init = jest.fn(); 48 expect(top20ThreadRunTime.init()).toBeUndefined();
|
| D | Top20FrequencyThread.test.ts | 53 top20FrequencyThread.init = jest.fn(); 54 expect(top20FrequencyThread.init()).toBeUndefined();
|
| /developtools/integration_verification/tools/startup_guard/rules/NO-Config-Cmds-In-Init/ |
| D | README.md | 24 "/system/etc/init.cfg", 78 在init job阶段启动,其服务的启动方式配置 boot。 148 [NOT ALLOWED]: 'init_global_key' is timeout command, in /system/etc/init.cfg 153 [WARNING]: multimodalinput is not in start cmd list. path:/system/etc/init/multimodalinput.cfg
|
| /developtools/integration_verification/DeployDevice/resource/L2/dv300/ |
| D | update.txt | 1 …nused androidboot.selinux=permissive rootdelay=10 hardware=Hi3516DV300 init=/init root=/dev/ram0 r…
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneGpuMemorySelectAbility.ts | 32 this.init(); 57 private init(): void { method in TabPaneGpuMemorySelectAbility 71 this.init();
|
| /developtools/profiler/device/plugins/native_daemon/ |
| D | BUILD.gn | 34 relative_install_dir = "init" 74 "//base/startup/init/services/include/param", 95 external_deps = [ "init:libbegetutil" ]
|
| /developtools/profiler/hidebug/frameworks/native/ |
| D | BUILD.gn | 28 "init:libbegetutil", 39 external_deps = [ "init:libinit_module_engine" ]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/ |
| D | TabPaneDmaAbility.test.ts | 76 tabPaneDmaAbility.init = jest.fn(() => true); 123 tabPaneDmaAbility.init = jest.fn(() => true);
|
| /developtools/profiler/hidebug/interfaces/native/innerkits/ |
| D | BUILD.gn | 34 "init:libbegetutil", 55 external_deps = [ "init:libinit_module_engine" ]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/base/ |
| D | TraceRowConfig.test.ts | 33 expect(traceRowConfig.init).toBeUndefined();
|
| /developtools/bytrace/bin/ |
| D | BUILD.gn | 27 "init:libbegetutil", 58 relative_install_dir = "init"
|
| /developtools/smartperf_host/trace_streamer/test/test_fuzzer/ |
| D | README.md | 43 …nore_unused androidboot.selinux=permissive skip_initramfs rootdelay=10 init=/init root=/dev/mmcblk…
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneDmaVmTracker.ts | 38 this.init(); 57 private init(): void { method in TabPaneDmaVmTracker
|
| D | TabPaneGpuMemorySelectVmTracker.ts | 51 private init(): void { method in TabPaneGpuMemorySelectVmTracker 65 this.init();
|
| /developtools/integration_verification/tools/startup_guard/rules/NO-Config-SystemParameter-In-INIT/ |
| D | README.md | 17 1. 重新配置dac内存大小, 修改 "startup/init/services/param/include/param_osadp.h" 中PARAM_WORKSPACE_DAC。
|