Searched refs:totalPss (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | get_ram_info.cpp | 128 ram.totalPss = GetTotalPss(smapsInfo); in GetUsedRam() 130 uint64_t totalValue = ram.totalPss + ram.kernelUsed; in GetUsedRam() 145 uint64_t totalPss = GetTotalPss(smapsInfo); in GetLostRam() local 152 static_cast<int64_t>((totalPss - totalSwapPss) + freeInfo + cachedInfo + in GetLostRam() 156 static_cast<int>(totalRam), static_cast<int>(totalPss), static_cast<int>(totalSwapPss), in GetLostRam()
|
H A D | memory_info.cpp | 369 …uint64_t totalPss = accumulate(vec.begin(), vec.end(), (uint64_t)0, [] (uint64_t a, pair<string, u… in PairToStringMatrix() local 372 SaveStringToFd(rawParamFd_, titleStr + "(" + AddKbUnit(totalPss) + "):\n"); in PairToStringMatrix() 402 … " (" + to_string(ram.totalPss) + " total pss + " + to_string(ram.kernelUsed) + " kernel)\n"); in GetRamUsage() 733 string totalPss = to_string(pss) + "(" + to_string(memUsage.swapPss) + " in SwapPss) kB"; in MemUsageToMatrix() local 734 StringUtils::GetInstance().SetWidth(PSS_WIDTH_, BLANK_, false, totalPss); in MemUsageToMatrix() 772 totalPss.c_str(), totalVss.c_str(), totalRss.c_str(), totalUss.c_str(), in MemUsageToMatrix() 785 string totalPss = "Total Pss(xxx in SwapPss)"; in AddMemByProcessTitle() local 786 StringUtils::GetInstance().SetWidth(PSS_WIDTH_, BLANK_, false, totalPss); in AddMemByProcessTitle() 816 totalPss.c_str(), totalVss.c_str(), totalRss.c_str(), totalUss.c_str(), in AddMemByProcessTitle() 945 uint64_t totalPss = accumulate(memUsages.begin(), memUsages.end(), (uint64_t)0, in GetMemoryByAdj() local [all …]
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
H A D | get_ram_info.h | 32 uint64_t totalPss {0};
|