Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_filter.h84 const std::vector<std::string> CALC_PSS_TOTAL_ = {"Pss", "SwapPss"}; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp338 for (const auto &str : MemoryFilter::GetInstance().CALC_PSS_TOTAL_) { in GetPssTotal()