Home
last modified time | relevance | path

Searched refs:sharedClean (Results 1 - 14 of 14) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H A Dsmaps_stats_unittest.cpp264 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 Dhidebug_ndk.cpp115 nativeMemInfo->sharedClean = static_cast<uint32_t>(nativeMemoryInfo->sharedClean); in OH_HiDebug_GetAppNativeMemInfo()
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dsmaps_stats.cpp242 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 Dhidebug_ffi.h45 uint64_t sharedClean; member
H A Dhidebug_ffi.cpp238 info.sharedClean = nativeMemInfo->sharedClean; in FfiHidebugGetAppNativeMemInfo()
/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/
H A Dhidebug_type.h142 uint32_t sharedClean; member
/developtools/profiler/device/plugins/memory_plugin/include/
H A Dsmaps_stats.h46 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 Dhidebug_native_interface_impl.cpp183 nativeMemInfo.sharedClean = static_cast<uint32_t>(collectResult.data.sharedClean); in GetAppNativeMemInfo()
/developtools/profiler/hidebug/test/unittest/native/
H A Dhidebug_test.cpp216 ASSERT_TRUE(nativeMemInfo.sharedClean >= 0); in HWTEST_F()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp779 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 Dactivity_monitor_stdtype.h195 uint64_t sharedClean = INVALID_UINT64; member
H A Dactivity_monitor_stdtype.cpp301 sharedClean_.emplace_back(smapsRow.sharedClean); in AppendNewData()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/mem_parser/
H A Dpbreader_mem_parser.cpp324 row.sharedClean = smapsInfo.has_private_clean() ? smapsInfo.private_clean() : 0; in ParseSmapsInfoEasy()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H A Dtable_test.cpp1149 row.sharedClean = 1; in HWTEST_F()

Completed in 14 milliseconds