Update MemoryDetails to use memory_instrumentation.
memory_instrumentation is the source of truth for memory metrics. It provides private_memory_footprint, a cross-platform consistent memory metric. The previous implementation exposed working_set and committed - Windows specific measurements, and phys_footprint - a macOS specific measurement. This CL replaces those metrics with private_memory_footprint. The only place these numbers are used is to generate a log string, used by the feedback system and the OOM reporting system. Change-Id: If39c626605f70e18e6044c7f1d2f0f1a8ce5562a Bug: 819289 Reviewed-on: https://chromium-review.googlesource.com/951754Reviewed-by:Nico Weber <thakis@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#542196}
Showing
Please register or sign in to comment