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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 74943008: Added User Timing UMA metrics to the histograms definition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed the cl upload gitmodules include Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index abba94fab24fb5c0449b95e18e30729c7a874f69..b9473f5b1476e0eed4342d80ae94b9d69df045ed 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13280,6 +13280,22 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="PLT.UserTiming_Mark" units="milliseconds">
+ <summary>
+ This time is based on the User Timing spec and measures the time from
+ Navigation Timing navigationStart until the point where the page called
+ performance.mark().
+ </summary>
+</histogram>
+
+<histogram name="PLT.UserTiming_MeasureDuration" units="milliseconds">
+ <summary>
+ This time is based on the User Timing spec and reports the time between two
+ arbitrary points defined by the page being loaded and directly matches the
+ measurement exposed by performance.measure().
+ </summary>
+</histogram>
+
<histogram name="Plugin.PpapiBrokerLoadResult" enum="PluginLoadResult">
<summary>The result from an attempt to load a PPAPI broker.</summary>
</histogram>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698