Home
last modified time | relevance | path

Searched refs:GetTotalFootprint (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
H A Dbase_mem_stats.h53 [[nodiscard]] uint64_t GetTotalFootprint() const;
H A Dbase_mem_stats.cpp130 uint64_t BaseMemStats::GetTotalFootprint() const in GetTotalFootprint() function in panda::BaseMemStats
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dbase_mem_stats.h53 [[nodiscard]] PANDA_PUBLIC_API uint64_t GetTotalFootprint() const;
H A Dbase_mem_stats.cpp129 uint64_t BaseMemStats::GetTotalFootprint() const in GetTotalFootprint() function in ark::BaseMemStats
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmem_stats.cpp110 statistic << "total footprint now - " << GetTotalFootprint() << std::endl; in GetStatistics()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmem_stats_test.cpp327 ASSERT_EQ(BYTES_ALLOC1 + BYTES_ALLOC2 + RAW_ALLOC1 + RAW_ALLOC2, stats.GetTotalFootprint()); in TEST_F()
333 ASSERT_EQ(BYTES_ALLOC1 + BYTES_ALLOC2 + RAW_ALLOC2, stats.GetTotalFootprint()); in TEST_F()

Completed in 3 milliseconds