Home
last modified time | relevance | path

Searched refs:RAM (Results 1 – 14 of 14) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/include/
DRAM.h22 class RAM : public SpProfiler {
26 static RAM &GetInstance() in GetInstance()
28 static RAM instance; in GetInstance()
35 RAM() {}; in RAM() function
36 RAM(const RAM &);
37 RAM &operator = (const RAM &);
/developtools/profiler/host/smartperf/client/client_command/
DRAM.cpp37 std::map<std::string, std::string> RAM::ItemData() in ItemData()
40 std::map<std::string, std::string> sysRamInfo = RAM::GetSysRamInfo(); in ItemData()
45 std::map<std::string, std::string> procRamInfo = RAM::GetRamInfo(); in ItemData()
54 std::map<std::string, std::string> RAM::GetSysRamInfo() const in GetSysRamInfo()
69 void RAM::SetPackageName(const std::string &pName) in SetPackageName()
74 std::map<std::string, std::string> RAM::GetRamInfo() const in GetRamInfo()
Dsp_profiler_factory.cpp51 profiler = &RAM::GetInstance(); in GetProfilerItem()
84 RAM &ram = RAM::GetInstance(); in SetProfilerPkg()
156 profiler = &RAM::GetInstance(); in GetCmdProfilerItem()
DREADME_zh.md4 - OpenHarmony性能测试工具SmartPerf 命令行版本,可采集CPU、GPU、Temperature、Power、应用RAM、FPS等指标,通过设置采集指标,对采集数据进行实时打印、导…
22 ├── RAM.cpp # 内存采集代码文件
234 3. 支持采集整机CPU、GPU、POWER、TEMPERATURE、应用的FPS、RAM、CPU等
DBUILD.gn47 "RAM.cpp",
Dsp_task.cpp135 return RAM::GetInstance().ItemData(); in AsyncCollectRam()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/
DRAM.ets26 export class RAM extends BaseProfiler implements SocketProfiler {
28 public static instance: RAM = null;
31 this.instance = new RAM();
37 //初始化RAM节点
52 return createGPData('RAM', this.ramMap);
/developtools/profiler/host/smartperf/client/client_ui/
DREADME_zh.md3 - OpenHarmony性能测试工具 SmartPerf UI版本,可采集CPU、GPU、Temperature、Power、应用RAM、FPS等指标,可使用悬浮窗口控制并实时展示测试数据以及支持…
59 | RAM | 每1秒读取一次应用进程的实际物理内存。 |
121 步骤2:点击桌面SmartPerf应用图标启动应用,然后点击登录,进入首页,点击开始测试页,选择被测应用,配置采集项(目前支持CPU、GPU、FPS、POWER、TEMP、RAM、截图能力、trac…
140 1. 支持采集CPU、GPU、Temperature、Power、应用RAM、FPS等指标数据采集。<br>
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/
DProfilerFactory.ets19 import { RAM } from '../item/RAM';
38 return RAM.getInstance();
/developtools/integration_verification/
DREADME.md28 └── rom_ram_analyzer # ROM/RAM分析工具
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/floatwindow/
DFloatWindowConstant.ets23 public static RAM = 6;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DRAMLineChartPage.ets28 private floatName: string = 'RAM'
DTitleWindowPage.ets221 tittle: 'RAM',
223 this.floatWindowEvent('sp_RAM', FloatWindowConstant.RAM)
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DSummary.ets168 …new SummaryItem($r('app.media.icon_jank_each_hour'), 'RAM', (pssSum / (this.gpData.length - ramNul…