harmony 鸿蒙IMemoryTrackerInterface
IMemoryTrackerInterface
概述
用于获取指定类型的设备内存信息的接口。
需要查询GPU等外设内存占用时使用,例如hidumper中使用本接口列出每个进程的GPU内存占用。
起始版本: 3.2
相关模块:MemoryTracker
汇总
Public 成员函数
名称 | 描述 |
---|---|
GetDevMem ([in] int pid, [in] enum MemoryTrackerType type, [out] struct MemoryRecord[] records) | 获取指定类型的设备内存信息。 |
成员函数说明
GetDevMem()
IMemoryTrackerInterface::GetDevMem ([in] int pid, [in] enum MemoryTrackerType type, [out] struct MemoryRecord[] records )
描述
获取指定类型的设备内存信息。
起始版本: 3.2
参数:
名称 | 描述 |
---|---|
pid | 表示进程的id,若pid为0则表示获取所有进程的内存记录。 |
type | 表示内存类型。 |
records | 表示内存记录列表。 |
返回:
若操作成功,返回值为0。
若操作失败,返回值为负值。
你可能感兴趣的鸿蒙文章
harmony 鸿蒙MemoryTracker HDI 参考
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦