Home
last modified time | relevance | path

Searched refs:process_totals (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
Dprocess_memory_totals_dump_provider.cc66 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()
Dprocess_memory_totals_dump_provider_unittest.cc38 pmd_before->process_totals()->resident_set_bytes(); in TEST()
39 const uint64_t rss_after = pmd_after->process_totals()->resident_set_bytes(); in TEST()
Dprocess_memory_dump.h156 ProcessMemoryTotals* process_totals() { return &process_totals_; } in process_totals() function
Dprocess_memory_dump_unittest.cc24 pmd1->process_totals()->set_resident_set_bytes(42); in TEST()