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

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

Issue 706253003: ServiceWorker: Add UMA to measure execution times of onpush (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async_push_finished_2
Patch Set: Only log for successful executions Created 6 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 | « content/renderer/service_worker/service_worker_script_context.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 431df736a479abd4c5c4f327598d13aa12d6b6fd..7ef56059d799fd12b26a87c54d693ad05d17f441 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30997,6 +30997,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Execution time of ServiceWorkerGlobalScope.onmessage.</summary>
</histogram>
+<histogram name="ServiceWorker.PushEventExecutionTime" units="millisecond">
+ <owner>johnme@chromium.org</owner>
+ <summary>Execution time of ServiceWorkerGlobalScope.onpush.</summary>
+</histogram>
+
<histogram name="ServiceWorker.ScriptSize" units="bytes">
<owner>ksakamoto@chromium.org</owner>
<summary>
« no previous file with comments | « content/renderer/service_worker/service_worker_script_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698