Searched refs:totalValue (Results 1 – 11 of 11) sorted by relevance
42 return totalValue; in GetGroupMapValue()58 return totalValue; in GetValueMapValue()64 return totalValue; in GetTotalPss()70 return totalValue; in GetTotalSwapPss()76 return totalValue; in GetFreeInfo()82 return totalValue; in GetKernelUsedInfo()93 return totalValue > mapped ? totalValue - mapped : 0; in GetCachedInfo()99 return totalValue; in GetKreclInfo()105 return totalValue; in GetMappedInfo()111 return totalValue; in GetSreclInfo()[all …]
124 uint64_t totalValue = 0; in CalcHardware() local131 totalValue += value; in CalcHardware()135 return totalValue; in CalcHardware()151 bool GetHardwareInfo::GetHardwareUsage(uint64_t &totalValue) in GetHardwareUsage() argument153 totalValue = 0; in GetHardwareUsage()181 totalValue += value; in GetHardwareUsage()183 totalValue = totalValue / MemoryUtil::GetInstance().BYTE_TO_KB_; in GetHardwareUsage()
35 uint64_t totalValue = 0; in GetProcess() local41 totalValue += it->second; in GetProcess()45 return totalValue; in GetProcess()
37 bool GetKernelInfo::GetKernel(const ValueMap &infos, uint64_t &totalValue) in GetKernel() argument42 totalValue += it->second; in GetKernel()50 totalValue += vmallocValue / MemoryUtil::GetInstance().BYTE_TO_KB_; in GetKernel()
34 void ParseVmallocinfo::CaclVmalloclValue(const string &str, uint64_t &totalValue) in CaclVmalloclValue() argument45 totalValue += value; in CaclVmalloclValue()
170 auto totalValuePre = arcData.totalValue; in PaintCircle()171 arcData.totalValue += values_[i]->Get(); in PaintCircle()172 if (GreatNotEqual(arcData.totalValue, arcData.maxValue)) { in PaintCircle()175 arcData.progressValue = arcData.totalValue * date_->Get(); in PaintCircle()180 arcData.gradientPointBase = totalValuePre / arcData.totalValue; in PaintCircle()196 arcData.totalValue = 0.0f; in PaintCircle()204 auto totalValuePre = arcData.totalValue; in PaintCircle()205 arcData.totalValue += values_[i]->Get(); in PaintCircle()206 if (GreatNotEqual(arcData.totalValue, arcData.maxValue)) { in PaintCircle()209 arcData.progressValue = arcData.totalValue * date_->Get(); in PaintCircle()[all …]
50 double totalValue = 0.0f; member
30 void CaclVmalloclValue(const std::string &str, uint64_t &totalValue);
28 bool GetKernel(const ValueMap &info, uint64_t &totalValue);
26 bool GetHardwareUsage(uint64_t &totalValue);
1021 double totalValue = GetTotalValue(); in Paint() local1034 if (GreatNotEqual(totalValue, maxValue)) { in Paint()1035 factor = maxValue / totalValue; in Paint()1036 proportions = 100 / totalValue; in Paint()1041 if (useEffect_ && GreatNotEqual(totalValue, 0.0)) { in Paint()1044 totalValue = totalValue * proportions; in Paint()1049 arcData.progress = totalValue * animationPercent_; in Paint()1051 totalValue -= segment.GetValue() * proportions; in Paint()