Searched refs:process_totals (Results 1 – 4 of 4) sorted by relevance
66 pmd->process_totals()->set_is_peak_rss_resetable(true); in OnMemoryDump()77 pmd->process_totals()->SetExtraFieldInBytes("private_bytes", private_bytes); in OnMemoryDump()83 pmd->process_totals()->set_resident_set_bytes(rss_bytes); in OnMemoryDump()84 pmd->process_totals()->set_peak_resident_set_bytes(peak_rss_bytes); in OnMemoryDump()
38 pmd_before->process_totals()->resident_set_bytes(); in TEST()39 const uint64_t rss_after = pmd_after->process_totals()->resident_set_bytes(); in TEST()
156 ProcessMemoryTotals* process_totals() { return &process_totals_; } in process_totals() function
24 pmd1->process_totals()->set_resident_set_bytes(42); in TEST()