Home
last modified time | relevance | path

Searched refs:rss (Results 1 - 15 of 15) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H A Dsmaps_stats_unittest.cpp257 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 Dhidebug_ndk.cpp112 nativeMemInfo->rss = static_cast<uint32_t>(nativeMemoryInfo->rss); in OH_HiDebug_GetAppNativeMemInfo()
/developtools/profiler/device/plugins/memory_plugin/include/
H A Dsmaps_stats.h37 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 Dhidebug_ffi.h42 uint64_t rss; member
H A Dhidebug_ffi.cpp235 info.rss = nativeMemInfo->rss; in FfiHidebugGetAppNativeMemInfo()
/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/
H A Dhidebug_type.h130 uint32_t rss; member
/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_native_interface_impl.cpp180 nativeMemInfo.rss = collectResult.data.rss; in GetAppNativeMemInfo()
/developtools/profiler/hidebug/test/unittest/native/
H A Dhidebug_test.cpp213 ASSERT_TRUE(nativeMemInfo.rss >= 0); in HWTEST_F()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp767 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 Dsmaps_stats.cpp253 memusage.rss = strtoull(c, nullptr, DEC_BASE); in GetMemUsageField()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/mem_parser/
H A Dpbreader_mem_parser.cpp318 row.rss = smapsInfo.rss(); in ParseSmapsInfoEasy()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
H A Dactivity_monitor_stdtype.h189 uint64_t rss = INVALID_UINT64; member
H A Dactivity_monitor_stdtype.cpp295 rss_.emplace_back(smapsRow.rss); in AppendNewData()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H A Dtable_test.cpp1143 row.rss = 1; in HWTEST_F()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h4137 struct rcu_sync rss; member
[all...]

Completed in 460 milliseconds