Searched refs:RAM (Results 1 – 14 of 14) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | RAM.h | 22 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/ |
D | RAM.cpp | 37 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()
|
D | sp_profiler_factory.cpp | 51 profiler = &RAM::GetInstance(); in GetProfilerItem() 84 RAM &ram = RAM::GetInstance(); in SetProfilerPkg() 156 profiler = &RAM::GetInstance(); in GetCmdProfilerItem()
|
D | README_zh.md | 4 - OpenHarmony性能测试工具SmartPerf 命令行版本,可采集CPU、GPU、Temperature、Power、应用RAM、FPS等指标,通过设置采集指标,对采集数据进行实时打印、导… 22 ├── RAM.cpp # 内存采集代码文件 234 3. 支持采集整机CPU、GPU、POWER、TEMPERATURE、应用的FPS、RAM、CPU等
|
D | BUILD.gn | 47 "RAM.cpp",
|
D | sp_task.cpp | 135 return RAM::GetInstance().ItemData(); in AsyncCollectRam()
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/ |
D | RAM.ets | 26 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/ |
D | README_zh.md | 3 - 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/ |
D | ProfilerFactory.ets | 19 import { RAM } from '../item/RAM'; 38 return RAM.getInstance();
|
/developtools/integration_verification/ |
D | README.md | 28 └── rom_ram_analyzer # ROM/RAM分析工具
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/floatwindow/ |
D | FloatWindowConstant.ets | 23 public static RAM = 6;
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
D | RAMLineChartPage.ets | 28 private floatName: string = 'RAM'
|
D | TitleWindowPage.ets | 221 tittle: 'RAM', 223 this.floatWindowEvent('sp_RAM', FloatWindowConstant.RAM)
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/ |
D | Summary.ets | 168 …new SummaryItem($r('app.media.icon_jank_each_hour'), 'RAM', (pssSum / (this.gpData.length - ramNul…
|