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

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

Issue 1877283002: ServiceWorker: Remove unused MessageEvent implementation from ServiceWorkerGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 | « third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h ('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 2ce30f825e4b519df7d4771f1772ba94bd8f15bc..b1652455e7b9bcf61ecb405fbfc00d6c25c635f5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47132,6 +47132,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ServiceWorker.ExtendableMessageEvent.Time" units="ms">
+ <owner>nhiroki@chromium.org</owner>
+ <summary>
+ The time taken between dispatching an ExtendableMessageEvent to a Service
+ Worker and receiving a message that it finished handling the event. Includes
+ the time for the waitUntil() promise to settle.
+ </summary>
+</histogram>
+
<histogram name="ServiceWorker.FetchEvent.Fallback.Time" units="ms">
<owner>jeremyarcher@chromium.org</owner>
<summary>
@@ -47238,6 +47247,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="ServiceWorker.MessageEvent.Time" units="ms">
<owner>shimazu@chromium.org</owner>
+ <obsolete>
+ Deprecated 2016-04 in favor of ServiceWorker.ExtendableMessageEvent.Time.
+ </obsolete>
<summary>Execution time of ServiceWorkerGlobalScope.onmessage.</summary>
</histogram>
« no previous file with comments | « third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698