Home
last modified time | relevance | path

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

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