harmony 鸿蒙HiDebug_NativeMemInfo
HiDebug_NativeMemInfo
Overview
Defines the local memory information of an application.
Since: 12
Related module: HiDebug
Header file: hidebug_type.h
Summary
Member Variables
Name | Description |
---|---|
uint32_t pss | Proportional set size, in KB. |
uint32_t vss | Virtual memory size, in KB. |
uint32_t rss | Resident set size, in KB. |
uint32_t sharedDirty | Size of the shared dirty memory, in KB. |
uint32_t privateDirty | Size of the private dirty memory, in KB. |
uint32_t sharedClean | Size of the shared clean memory, in KB. |
uint32_t privateClean | Size of the private clean memory, in KB. |
Member Variable Description
privateClean
uint32_t HiDebug_NativeMemInfo::privateClean
Description Size of the private clean memory, in KB.
privateDirty
uint32_t HiDebug_NativeMemInfo::privateDirty
Description Size of the private dirty memory, in KB.
pss
uint32_t HiDebug_NativeMemInfo::pss
Description Proportional set size, in KB.
rss
uint32_t HiDebug_NativeMemInfo::rss
Description Resident set size, in KB.
sharedClean
uint32_t HiDebug_NativeMemInfo::sharedClean
Description Size of the shared clean memory, in KB.
sharedDirty
uint32_t HiDebug_NativeMemInfo::sharedDirty
Description Size of the shared dirty memory, in KB.
vss
uint32_t HiDebug_NativeMemInfo::vss
Description Virtual memory size, in KB.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Performance Analysis Kit
harmony 鸿蒙Performance Analysis Kit
harmony 鸿蒙HiAppEvent_AppEventGroup
harmony 鸿蒙HiAppEvent_AppEventInfo
harmony 鸿蒙HiCollie_DetectionParam
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦