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

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

Issue 2027583002: service worker: Avoid starting up for activation during shutdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 7 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 | « content/browser/service_worker/service_worker_registration.cc ('k') | 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 e27be831c1d97deee5003d779751ae1067c2dc53..edf00b0065f911de3bb7628759bbd936888d0ac2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -96697,6 +96697,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="3" label="Failed three times."/>
</histogram_suffixes>
+<histogram_suffixes name="ServiceWorker.ShutdownStatus">
+ <affected-histogram name="ServiceWorker.ActivateEventStatus"/>
Mark P 2016/06/01 21:10:42 Please revise the histogram description to cover t
falken 2016/06/02 07:12:33 Done.
+ <suffix name="InShutdown" label="Browser shutdown started."/>
+ <suffix name="NotInShutdown" label="Browser shutdown has not started."/>
+</histogram_suffixes>
+
<histogram_suffixes name="ServiceWorker.StartSituation">
<affected-histogram name="EmbeddedWorkerInstance.Start.TimeToEvaluateScript"/>
<affected-histogram name="EmbeddedWorkerInstance.Start.TimeToLoad.HttpCache"/>
« no previous file with comments | « content/browser/service_worker/service_worker_registration.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698