Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 25 of 40) sorted by relevance

12

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/
DTabPaneCpuUsage.ts54 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/
DdumpMem.txt92 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 …]
Dprocess_dmabuf_info1 Dma-buf objects usage of processes:
/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h75 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/
Dxpower_main.cpp27 int ParseArgs(int argc, char** argv, UsageHandle usage) in ParseArgs() argument
34 if (usage) usage(); in ParseArgs()
/developtools/smartperf_host/ide/test/trace/bean/
DCpuUsage.test.ts25 usage: 0,
41 usage: expect.any(Number),
DEnergyStruct.test.ts31 usage: expect.any(Number),
/developtools/hdc/hdc_rust/src/host/
Dtranslate.rs15 pub fn usage() -> String { in usage() function
Dparser.rs179 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()
Dmain.rs89 println!("{}", translate::usage()); in main()
/developtools/smartperf_host/ide/src/trace/bean/
DCpuUsage.ts18 usage: number = 0; property in CpuUsage
DEnergyStruct.ts27 usage: number = 0; property in PowerDetailsEnergy
/developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/
DHiperfThreadDataReceiver.ts76 let usage = data.params.drawType === -2;
99 if (usage) {
DHiperfCpuDataReceiver.ts80 let usage = data.params.drawType === -2;
103 if (usage) {
DHiperfProcessDataReceiver.ts79 let usage = data.params.drawType === -2;
102 if (usage) {
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp360 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/
DREADME.md27usage: components_deps_analyzer.py [-h] -p COMPONENTS_GN_PATH_LIST -g GN_NAME -c CONFIG_PATH -o OP…
/developtools/hiperf/
DREADME_zh.md290 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/
Dmain.cpp287 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/
DTabPaneCpuUsage.test.ts148 usage: 0,
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
DREADME.md37usage: rom_analyzer.py [-h] [-v] -p PROJECT_PATH -j MODULE_INFO_JSON -n PRODUCT_NAME -d PRODUCT_DI…
126usage: ram_analyzer.py [-h] [-v] -s JSON_PATH -c CFG_PATH [-j ROM_RESULT] -n DEVICE_NUM [-b BASELI…
/developtools/hdc/src/host/
Dmain.cpp295 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/
DREADME.md42 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/
DREADME.md3 SysCap(SystemCapability) encoder and decoder tools common usage scenarios as follow:
105 usage
/developtools/profiler/host/smartperf/client/client_command/
DREADME_zh.md79 -c get device CPU frequency and CPU usage, process CPU usage and CPU load ..

12