Lines Matching refs:process_
197 return internal::ReadProcStatsAndGetFieldAsSizeT(process_, internal::VM_RSS) * in GetResidentSetSize()
202 return internal::ClockTicksToTimeDelta(GetProcessCPU(process_)); in GetCumulativeCPUUsage()
209 if (!ReadProcFileToTrimmedStringPairs(process_, "io", &pairs)) in GetIOCounters()
237 return ReadProcStatusAndGetFieldAsSizeT(process_, "VmSwap") * 1024; in GetVmSwapBytes()
246 if (!internal::ReadProcStats(process_, &stats_data)) in GetPageFaultCounts()
262 FilePath fd_path = internal::GetProcPidDir(process_).Append("fd"); in GetOpenFdCount()
280 FilePath fd_path = internal::GetProcPidDir(process_).Append("limits"); in GetOpenFdSoftLimit()
305 : process_(process), last_absolute_idle_wakeups_(0) {} in ProcessMetrics()
307 ProcessMetrics::ProcessMetrics(ProcessHandle process) : process_(process) {} in ProcessMetrics()
335 FilePath totmaps_file = internal::GetProcPidDir(process_).Append("totmaps"); in GetTotalsSummary()
969 return ReadProcStatusAndGetFieldAsUint64(process_, kSwitchStat, &num_switches) in GetIdleWakeupsPerSecond()