Searched refs:totalPss (Results 1 – 3 of 3) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | get_ram_info.cpp | 104 ram.totalPss = GetTotalPss(smapsInfo); in GetUsedRam() 106 uint64_t totalValue = ram.totalPss + ram.kernelUsed; in GetUsedRam()
|
D | memory_info.cpp | 407 …uint64_t totalPss = accumulate(vec.begin(), vec.end(), (uint64_t)0, [] (uint64_t a, pair<string, u… in PairToStringMatrix() local 411 title.push_back(titleStr + "(" + AddKbUnit(totalPss) + "):"); in PairToStringMatrix() 452 …used.push_back(" (" + to_string(ram.totalPss) + " total pss + " + to_string(ram.kernelUsed) + " ke… in GetRamUsage() 633 string totalPss = to_string(pss) + "(" + to_string(memUsage.swapPss) + " in SwapPss) kB"; in MemUsageToMatrix() local 634 StringUtils::GetInstance().SetWidth(PSS_WIDTH_, BLANK_, false, totalPss); in MemUsageToMatrix() 635 strs.push_back(totalPss); in MemUsageToMatrix() 682 string totalPss = "Total Pss(xxx in SwapPss)"; in AddMemByProcessTitle() local 683 StringUtils::GetInstance().SetWidth(PSS_WIDTH_, BLANK_, false, totalPss); in AddMemByProcessTitle() 684 title.push_back(totalPss); in AddMemByProcessTitle() 850 uint64_t totalPss = accumulate(memUsages.begin(), memUsages.end(), (uint64_t)0, in GetMemoryByAdj() local [all …]
|
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
D | get_ram_info.h | 33 uint64_t totalPss {0};
|