Searched refs:rss (Results 1 - 15 of 15) sorted by relevance
/developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
H A D | smaps_stats_unittest.cpp | 257 EXPECT_EQ(expect.rss, target.rss); in HWTEST_F() 283 EXPECT_EQ(expect.rss, target.rss); in HWTEST_F() 312 EXPECT_EQ(expect.rss, target.rss); in HWTEST_F() 340 EXPECT_EQ(expect.rss, target.rss); in HWTEST_F() 366 EXPECT_EQ(expect.rss, target.rss); in HWTEST_F() 883 uint64_t rss = 4; HWTEST_F() local [all...] |
/developtools/profiler/hidebug/frameworks/hidebug_ndk/ |
H A D | hidebug_ndk.cpp | 112 nativeMemInfo->rss = static_cast<uint32_t>(nativeMemoryInfo->rss); in OH_HiDebug_GetAppNativeMemInfo()
|
/developtools/profiler/device/plugins/memory_plugin/include/ |
H A D | smaps_stats.h | 37 uint64_t rss; member 78 rss_(usage.rss), in StatsInfo() 358 smapsInfo->set_rss(memusage.rss); in ReadVmemareasFile() 362 smapsInfo->set_reside(static_cast<double>(memusage.rss) / memusage.vss * PERCENT); in ReadVmemareasFile()
|
/developtools/profiler/hidebug/interfaces/cj/ |
H A D | hidebug_ffi.h | 42 uint64_t rss; member
|
H A D | hidebug_ffi.cpp | 235 info.rss = nativeMemInfo->rss; in FfiHidebugGetAppNativeMemInfo()
|
/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/ |
H A D | hidebug_type.h | 130 uint32_t rss; member
|
/developtools/profiler/hidebug/frameworks/native/src/ |
H A D | hidebug_native_interface_impl.cpp | 180 nativeMemInfo.rss = collectResult.data.rss; in GetAppNativeMemInfo()
|
/developtools/profiler/hidebug/test/unittest/native/ |
H A D | hidebug_test.cpp | 213 ASSERT_TRUE(nativeMemInfo.rss >= 0);
in HWTEST_F()
|
/developtools/profiler/hidebug/interfaces/js/kits/napi/ |
H A D | napi_hidebug.cpp | 767 napi_value rss; in GetAppNativeMemInfo() local 768 napi_create_bigint_uint64(env, nativeMemInfo->rss, &rss); in GetAppNativeMemInfo() 769 napi_set_named_property(env, memInfo, "rss", rss); in GetAppNativeMemInfo()
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
H A D | smaps_stats.cpp | 253 memusage.rss = strtoull(c, nullptr, DEC_BASE); in GetMemUsageField()
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/mem_parser/ |
H A D | pbreader_mem_parser.cpp | 318 row.rss = smapsInfo.rss(); in ParseSmapsInfoEasy()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
H A D | activity_monitor_stdtype.h | 189 uint64_t rss = INVALID_UINT64; member
|
H A D | activity_monitor_stdtype.cpp | 295 rss_.emplace_back(smapsRow.rss); in AppendNewData()
|
/developtools/smartperf_host/trace_streamer/test/unittest/table/ |
H A D | table_test.cpp | 1143 row.rss = 1; in HWTEST_F()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 4137 struct rcu_sync rss; member [all...] |
Completed in 460 milliseconds