/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/ |
D | TabPaneCpuUsage.ts | 54 let usage = new CpuUsage(); 55 usage.cpu = cpu; 58 usage.usage = u.usage; 60 usage.usage = 0; 62 if (usage.usage > 1) { 63 usage.usage = 1; 65 usage.usageStr = `${(usage.usage * 100.0).toFixed(2)}%`; 66 this.handleUsage(freqMap, usage, cpuUsageValue, range); 67 data.push(usage); 74 …private handleUsage(freqMap: Map<number, Array<Freq>>, usage: CpuUsage, cpuUsageValue: unknown, ra… [all …]
|
/developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/ |
D | dumpMem.txt | 92 Total CPU memory usage: 113 Total GPU memory usage: 122 Total GPU memory usage: 129 Total GPU memory usage: 136 Total GPU memory usage: 143 Total GPU memory usage: 150 Total GPU memory usage: 157 Total GPU memory usage: 166 Total GPU memory usage: 173 Total GPU memory usage: [all …]
|
D | process_dmabuf_info | 1 Dma-buf objects usage of processes:
|
/developtools/profiler/device/plugins/memory_plugin/include/ |
D | smaps_stats.h | 75 StatsInfo(uint64_t swapablePss, const MemUsageInfo& usage) in StatsInfo() argument 76 : pss_(usage.pss), in StatsInfo() 78 rss_(usage.rss), in StatsInfo() 79 privateDirty_(usage.privateDirty), in StatsInfo() 80 sharedDirty_(usage.sharedDirty), in StatsInfo() 81 privateClean_(usage.privateClean), in StatsInfo() 82 sharedClean_(usage.sharedClean), in StatsInfo() 83 swappedOut_(usage.swap), in StatsInfo() 84 swappedOutPss_(usage.swapPss) in StatsInfo() 385 void SetVmemAreasData(int index, uint64_t swapablePss, const MemUsageInfo& usage);
|
/developtools/profiler/device/plugins/xpower_plugin/test/ |
D | xpower_main.cpp | 27 int ParseArgs(int argc, char** argv, UsageHandle usage) in ParseArgs() argument 34 if (usage) usage(); in ParseArgs()
|
/developtools/smartperf_host/ide/test/trace/bean/ |
D | CpuUsage.test.ts | 25 usage: 0, 41 usage: expect.any(Number),
|
D | EnergyStruct.test.ts | 31 usage: expect.any(Number),
|
/developtools/hdc/hdc_rust/src/host/ |
D | translate.rs | 15 pub fn usage() -> String { in usage() function
|
D | parser.rs | 179 return Err(utils::error_other(translate::usage())); in extract_global_params() 190 translate::usage() in extract_global_params() 196 translate::usage() in extract_global_params() 218 translate::usage() in extract_global_params()
|
D | main.rs | 89 println!("{}", translate::usage()); in main()
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | CpuUsage.ts | 18 usage: number = 0; property in CpuUsage
|
D | EnergyStruct.ts | 27 usage: number = 0; property in PowerDetailsEnergy
|
/developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/ |
D | HiperfThreadDataReceiver.ts | 76 let usage = data.params.drawType === -2; 99 if (usage) {
|
D | HiperfCpuDataReceiver.ts | 80 let usage = data.params.drawType === -2; 103 if (usage) {
|
D | HiperfProcessDataReceiver.ts | 79 let usage = data.params.drawType === -2; 102 if (usage) {
|
/developtools/profiler/device/plugins/process_plugin/src/ |
D | process_data_plugin.cpp | 360 double usage = 0.0; in WriteCpuUsageData() local 373 usage = static_cast<double>(cpuTime) / (bootTime); in WriteCpuUsageData() 375 usage = static_cast<double>(cpuTime - prevCpuTime) / (bootTime - prevBootTime); in WriteCpuUsageData() 378 if (usage > 0) { in WriteCpuUsageData() 379 cpuInfo.set_cpu_usage(usage * PERCENT); in WriteCpuUsageData()
|
/developtools/integration_verification/tools/components_deps/ |
D | README.md | 27 …usage: components_deps_analyzer.py [-h] -p COMPONENTS_GN_PATH_LIST -g GN_NAME -c CONFIG_PATH -o OP…
|
/developtools/hiperf/ |
D | README_zh.md | 290 usage: command_script.py [-h] 315 usage: recv_binary_cache.py [-h] [-i PERF_DATA] 336 usage: make_report.py [-h] [-i PERF_DATA] [-r REPORT_HTML]
|
/developtools/hdc/src/daemon/ |
D | main.cpp | 287 string usage = DaemonUsage(); in main() local 288 fprintf(stderr, "%s", usage.c_str()); in main()
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/cpu/ |
D | TabPaneCpuUsage.test.ts | 148 usage: 0,
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
D | README.md | 37 …usage: rom_analyzer.py [-h] [-v] -p PROJECT_PATH -j MODULE_INFO_JSON -n PRODUCT_NAME -d PRODUCT_DI… 126 …usage: ram_analyzer.py [-h] [-v] -s JSON_PATH -c CFG_PATH [-j ROM_RESULT] -n DEVICE_NUM [-b BASELI…
|
/developtools/hdc/src/host/ |
D | main.cpp | 295 string usage = Hdc::TranslateCommand::Usage(); in GetCommandlineOptions() local 297 usage = Hdc::TranslateCommand::Verbose(); in GetCommandlineOptions() 299 fprintf(stderr, "%s", usage.c_str()); in GetCommandlineOptions()
|
/developtools/smartperf_host/ |
D | README.md | 42 With Ability Monitor in Smartperf_Host, you can learn the CPU, memory, disk I/O, and network usage … 46 With Hiperf in Smartperf_Host, you can view the CPU usage of your application and the call stack. F… 48 …rk, and location, and more) of your application, resource application and usage records (WorkSched…
|
/developtools/syscap_codec/ |
D | README.md | 3 SysCap(SystemCapability) encoder and decoder tools common usage scenarios as follow: 105 usage:
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | README_zh.md | 79 -c get device CPU frequency and CPU usage, process CPU usage and CPU load ..
|