Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2173)

Unified Diff: chrome/browser/memory_details.cc

Issue 2875823004: Add experimental private memory footprint metrics. (Closed)
Patch Set: compile error. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/memory_details.cc
diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc
index 723fdac9579d611c72d66b1ad12784b7a7ef142b..356fffcf72bc125b57284a2c2a829bd1a397f5e3 100644
--- a/chrome/browser/memory_details.cc
+++ b/chrome/browser/memory_details.cc
@@ -97,7 +97,8 @@ ProcessMemoryInformation::ProcessMemoryInformation()
num_open_fds(-1),
open_fds_soft_limit(-1),
renderer_type(RENDERER_UNKNOWN),
- phys_footprint(0) {}
+ phys_footprint(0),
+ private_memory_footprint(0) {}
ProcessMemoryInformation::ProcessMemoryInformation(
const ProcessMemoryInformation& other) = default;

Powered by Google App Engine
This is Rietveld 408576698