Home
last modified time | relevance | path

Searched refs:peak_resident_set_bytes_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dprocess_memory_totals.cc16 peak_resident_set_bytes_(0), in ProcessMemoryTotals()
25 if (peak_resident_set_bytes_ > 0) { in AsValueInto()
27 StringPrintf("%" PRIx64, peak_resident_set_bytes_)); in AsValueInto()
Dprocess_memory_totals.h35 uint64_t peak_resident_set_bytes() const { return peak_resident_set_bytes_; } in peak_resident_set_bytes()
37 peak_resident_set_bytes_ = value; in set_peak_resident_set_bytes()
51 uint64_t peak_resident_set_bytes_; variable