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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 245963004: Adds SharedWorker related UMAs to histograms.xml. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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:
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 7ed1f9045e8b914e577d7edb7cc439b456c2e737..6b87cafe36f124cd6a87af3d6f5ae22de759ecda 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23103,6 +23103,36 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="SharedWorker.RendererSurviveForWorkerTime"
+ units="microseconds">
+ <owner>horo@chromium.org</owner>
+ <summary>
+ A survival time of RenderProcessHostImpl for the In-renderer Shared Worker
+ from when FastShutdownIfPossible() is called.
+ </summary>
+</histogram>
+
+<histogram name="SharedWorker.TimeToDeleted" units="microseconds">
+ <owner>horo@chromium.org</owner>
+ <summary>The lifetime of a SharedWorkerHost.</summary>
kinuko 2014/04/22 03:26:44 Would be nice to note that what this means (e.g. r
horo 2014/04/22 03:50:00 Done.
+</histogram>
+
+<histogram name="SharedWorker.TimeToScriptLoaded" units="microseconds">
+ <owner>horo@chromium.org</owner>
+ <summary>
+ The time from the creation of SharedWorkerHost until when WorkerScriptLoaded
+ is called.
+ </summary>
+</histogram>
+
+<histogram name="SharedWorker.TimeToScriptLoadFailed" units="microseconds">
+ <owner>horo@chromium.org</owner>
+ <summary>
+ The time from the creation of SharedWorkerHost until when
+ WorkerScriptLoadFailed is called.
+ </summary>
+</histogram>
+
<histogram name="Signin.OneClickConfirmation" enum="SigninFlowConfirmations">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
« 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