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

Unified Diff: chrome/browser/performance_monitor/metric_details.cc

Issue 10656052: Performance monitor stats gathering. (Closed) Base URL: http://git.chromium.org/chromium/src.git@cpm_main
Patch Set: Sync with trunk Created 8 years, 5 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/metric_details.cc
diff --git a/chrome/browser/performance_monitor/metric_details.cc b/chrome/browser/performance_monitor/metric_details.cc
index 878a11c5bed5e9da12196890f3d40d44e590d4b9..2767728d75a9404d93625021e614b5dc9b0e3293 100644
--- a/chrome/browser/performance_monitor/metric_details.cc
+++ b/chrome/browser/performance_monitor/metric_details.cc
@@ -25,6 +25,12 @@ const MetricDetails kMetricDetailsList[] = {
kMetricPrivateMemoryUsageUnits,
kMetricPrivateMemoryUsageTickSize
},
+ {
+ kMetricSharedMemoryUsageName,
+ kMetricSharedMemoryUsageDescription,
+ kMetricSharedMemoryUsageUnits,
+ kMetricSharedMemoryUsageTickSize
+ },
};
COMPILE_ASSERT(ARRAYSIZE_UNSAFE(kMetricDetailsList) == METRIC_NUMBER_OF_METRICS,
metric_names_incorrect_size);
« no previous file with comments | « chrome/browser/performance_monitor/metric_details.h ('k') | chrome/browser/performance_monitor/performance_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698