Home
last modified time | relevance | path

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

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