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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1525743002: Allow ServiceWorker events to have custom durations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use std::move instead of .Pass Created 5 years 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_version_unittest.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 3c55c73687a15ee1f99a360771b3495ba3604a62..2acc8ae08769bfaf08950057866d0d55a8fb76e8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43041,6 +43041,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The result of dispatching the activate event to the worker.</summary>
</histogram>
+<histogram name="ServiceWorker.BackgroundSyncEvent.Time" units="milliseconds">
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ The time taken between dispatching a SyncEvent 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.Database.DestroyDatabaseResult"
enum="ServiceWorkerDatabaseStatus">
<owner>nhiroki@chromium.org</owner>
« no previous file with comments | « content/browser/service_worker/service_worker_version_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698