Home | History | Annotate | Download | only in browser

Lines Matching defs:ProcessInfoSnapshot

19 ProcessInfoSnapshot::ProcessInfoSnapshot() { }
22 ProcessInfoSnapshot::~ProcessInfoSnapshot() {
26 const size_t ProcessInfoSnapshot::kMaxPidListSize = 1000;
129 std::map<int,ProcessInfoSnapshot::ProcInfoEntry>& proc_info_entries) {
166 ProcessInfoSnapshot::ProcInfoEntry proc_info = proc_info_entries[pid];
192 std::map<int,ProcessInfoSnapshot::ProcInfoEntry>& proc_info_entries) {
263 ProcessInfoSnapshot::ProcInfoEntry proc_info = proc_info_entries[pid];
276 std::map<int,ProcessInfoSnapshot::ProcInfoEntry>& proc_info_entries) {
332 ProcessInfoSnapshot::ProcInfoEntry proc_info = proc_info_entries[pid];
345 bool ProcessInfoSnapshot::Sample(std::vector<base::ProcessId> pid_list) {
405 void ProcessInfoSnapshot::Reset() {
409 bool ProcessInfoSnapshot::GetProcInfo(int pid,
419 bool ProcessInfoSnapshot::GetCommittedKBytesOfPID(
443 bool ProcessInfoSnapshot::GetWorkingSetKBytesOfPID(