Searched refs:sharedDirty (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/ |
H A D | _hi_debug___native_mem_info.md | 23 | uint32_t [sharedDirty](#shareddirty) | 共享脏内存的大小,以KB为单位。 | 77 ### sharedDirty subsection 80 uint32_t HiDebug_NativeMemInfo::sharedDirty
|
H A D | js-apis-hidebug.md | 142 let sharedDirty: bigint = hidebug.getSharedDirty(); 688 hilog.info(0x0000, 'testTag', "sharedDirty = %{public}d", nativeMemInfo.sharedDirty); 880 | sharedDirty | bigint | 是 | 共享脏内存的大小,以KB为单位 |
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | _hi_debug___native_mem_info.md | 23 | uint32_t [sharedDirty](#shareddirty) | Size of the shared dirty memory, in KB. | 77 ### sharedDirty subsection 80 uint32_t HiDebug_NativeMemInfo::sharedDirty
|
H A D | js-apis-hidebug.md | 142 let sharedDirty: bigint = hidebug.getSharedDirty(); 688 hilog.info(0x0000, 'testTag', "sharedDirty = %{public}d", nativeMemInfo.sharedDirty); 880 | sharedDirty | bigint | Yes | Size of the shared dirty memory, in KB. |
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/ |
H A D | meminfo_data.h | 31 uint64_t sharedDirty = 0; member 45 uint64_t sharedDirty = 0; member
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/ |
H A D | memory.h | 39 int32_t sharedDirty = 0; // process Shared_Dirty member
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_util.cpp | 134 memInfo.sharedDirty = 0; in InitMemInfo() 150 memInfo.sharedDirty = 0; in InitMemSmapsInfo()
|
H A D | smaps_memory_info.cpp | 214 …MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.sharedDirty), lines, values, tru… in CalcSmapsGroup() 264 meminfo.sharedDirty += value; in SetSharedDirty()
|
H A D | memory_info.cpp | 191 MemoryUtil::GetInstance().SetMemTotalValue(to_string(meminfo.sharedDirty), lines, values); in CalcGroup() 1004 meminfo.sharedDirty += value; in SetSharedDirty()
|
/ohos5.0/base/hiviewdfx/hidumper/interfaces/innerkits/ |
H A D | dump_usage.cpp | 54 return GetMemInfo(pid, info) ? info.sharedDirty : 0; in GetSharedDirty()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/ |
H A D | parse_smaps_rollup_info.cpp | 70 memInfo.sharedDirty = value; in GetValue()
|
/ohos5.0/base/hiviewdfx/hidumper/test/innerkits_test/ |
H A D | main.cpp | 73 << ",sharedClean:" << info.sharedClean << ",sharedDirty:" << info.sharedDirty in main()
|
/ohos5.0/docs/zh-cn/application-dev/application-test/ |
H A D | smartperf-guidelines.md | 359 order:15 sharedDirty=19084 609 order:64 sharedDirty=45060 726 | sharedDirty | 共享的已改写页面 |单位:KB|
|
/ohos5.0/docs/en/application-dev/application-test/ |
H A D | smartperf-guidelines.md | 359 order:15 sharedDirty=19084 609 order:64 sharedDirty=45060 726 | sharedDirty | Shared rewritten pages. |Unit: KB|
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | memory_collector_impl.cpp | 255 memory.sharedDirty = value; in SetValueOfProcessMemory()
|