Searched refs:sharedClean (Results 1 - 14 of 14) sorted by relevance
/developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
H A D | smaps_stats_unittest.cpp | 264 EXPECT_EQ(expect.sharedClean, target.sharedClean); in HWTEST_F() 290 EXPECT_EQ(expect.sharedClean, target.sharedClean); in HWTEST_F() 319 EXPECT_EQ(expect.sharedClean, target.sharedClean); in HWTEST_F() 347 EXPECT_EQ(expect.sharedClean, target.sharedClean); in HWTEST_F() 373 EXPECT_EQ(expect.sharedClean, target.sharedClean); in HWTEST_F() [all...] |
/developtools/profiler/hidebug/frameworks/hidebug_ndk/ |
H A D | hidebug_ndk.cpp | 115 nativeMemInfo->sharedClean = static_cast<uint32_t>(nativeMemoryInfo->sharedClean); in OH_HiDebug_GetAppNativeMemInfo()
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
H A D | smaps_stats.cpp | 242 memusage.sharedClean = strtoull(c, nullptr, DEC_BASE); in GetMemUsageField() 276 if ((memusage.sharedClean == 0) && (memusage.sharedDirty == 0)) { in GetSwapablepssValue() 279 int proportion = (memusage.pss - memusage.uss) / (memusage.sharedClean + memusage.sharedDirty); in GetSwapablepssValue() 281 return (proportion * memusage.sharedClean) + memusage.privateClean; in GetSwapablepssValue()
|
/developtools/profiler/hidebug/interfaces/cj/ |
H A D | hidebug_ffi.h | 45 uint64_t sharedClean; member
|
H A D | hidebug_ffi.cpp | 238 info.sharedClean = nativeMemInfo->sharedClean; in FfiHidebugGetAppNativeMemInfo()
|
/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/ |
H A D | hidebug_type.h | 142 uint32_t sharedClean; member
|
/developtools/profiler/device/plugins/memory_plugin/include/ |
H A D | smaps_stats.h | 46 uint64_t sharedClean; member 82 sharedClean_(usage.sharedClean), in StatsInfo() 365 smapsInfo->set_shared_clean(memusage.sharedClean); in ReadVmemareasFile()
|
/developtools/profiler/hidebug/frameworks/native/src/ |
H A D | hidebug_native_interface_impl.cpp | 183 nativeMemInfo.sharedClean = static_cast<uint32_t>(collectResult.data.sharedClean); in GetAppNativeMemInfo()
|
/developtools/profiler/hidebug/test/unittest/native/ |
H A D | hidebug_test.cpp | 216 ASSERT_TRUE(nativeMemInfo.sharedClean >= 0);
in HWTEST_F()
|
/developtools/profiler/hidebug/interfaces/js/kits/napi/ |
H A D | napi_hidebug.cpp | 779 napi_value sharedClean; in GetAppNativeMemInfo() local 780 napi_create_bigint_uint64(env, nativeMemInfo->sharedClean, &sharedClean); in GetAppNativeMemInfo() 781 napi_set_named_property(env, memInfo, "sharedClean", sharedClean); in GetAppNativeMemInfo()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
H A D | activity_monitor_stdtype.h | 195 uint64_t sharedClean = INVALID_UINT64; member
|
H A D | activity_monitor_stdtype.cpp | 301 sharedClean_.emplace_back(smapsRow.sharedClean); in AppendNewData()
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/mem_parser/ |
H A D | pbreader_mem_parser.cpp | 324 row.sharedClean = smapsInfo.has_private_clean() ? smapsInfo.private_clean() : 0; in ParseSmapsInfoEasy()
|
/developtools/smartperf_host/trace_streamer/test/unittest/table/ |
H A D | table_test.cpp | 1149 row.sharedClean = 1; in HWTEST_F()
|
Completed in 14 milliseconds