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

Unified Diff: chrome/browser/performance_monitor/process_metrics_history.h

Issue 2694363007: Add memory and CPU histogram for OOPIF
Patch Set: Created 3 years, 10 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/performance_monitor/process_metrics_history.h
diff --git a/chrome/browser/performance_monitor/process_metrics_history.h b/chrome/browser/performance_monitor/process_metrics_history.h
index fb633bb353186b486a3a70b4891a025ecb047940..c20e0e0a4d333218fad3d929ce09241c623b7d72 100644
--- a/chrome/browser/performance_monitor/process_metrics_history.h
+++ b/chrome/browser/performance_monitor/process_metrics_history.h
@@ -29,6 +29,7 @@ struct ProcessMetricsMetadata {
base::ProcessHandle handle;
int process_type;
ProcessSubtypes process_subtype;
+ bool contains_oopif = false;
jochen (gone - plz use gerrit) 2017/02/17 15:32:46 same here
ProcessMetricsMetadata()
: handle(base::kNullProcessHandle),

Powered by Google App Engine
This is Rietveld 408576698