Home
last modified time | relevance | path

Searched refs:CALC_TOTAL_ (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_filter.h79 std::vector<std::string> CALC_TOTAL_ = {"MemTotal"}; variable
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dget_ram_info.cpp92 uint64_t totalValue = GetValueMapValue(infos, MemoryFilter::GetInstance().CALC_TOTAL_); in GetTotalRam()