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

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

Issue 10829078: CPM Page Load timing (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_event_refactor
Patch Set: Created 8 years, 4 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/constants.cc
diff --git a/chrome/browser/performance_monitor/constants.cc b/chrome/browser/performance_monitor/constants.cc
index d0929763d000f290627c77477ac7ab1919cf8e02..74c1291c091f91a06215f24fbea7e77d579cf3e5 100644
--- a/chrome/browser/performance_monitor/constants.cc
+++ b/chrome/browser/performance_monitor/constants.cc
@@ -67,4 +67,11 @@ const char kMetricSessionRestoreTimeDescription[] =
const char kMetricSessionRestoreTimeUnits[] = "microseconds";
const double kMetricSessionRestoreTimeTickSize = 5000000;
+// Page Load Time
+const char kMetricPageLoadTimeName[] = "Page Load Time";
+const char kMetricPageLoadTimeDescription[] =
+ "The amount of time taken to load a page measured in microseconds.";
+const char kMetricPageLoadTimeUnits[] = "microseconds";
+const double kMetricPageLoadTimeTickSize = 30000000.0;
+
} // namespace performance_monitor

Powered by Google App Engine
This is Rietveld 408576698