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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2077153002: Worker: Record time taken for running a debugger/worker task on WorkerThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix crashes on tests Created 4 years, 6 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/Source/core/workers/WorkerThread.cpp ('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 5f6e411d8558f05ed8caa03582fbd84039345152..b2426a76ac27b7de8427cdbda76749ef17d0c0ee 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -64266,11 +64266,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WorkerThread.DebuggerTask.Time" units="ms">
+ <owner>nhiroki@chromium.org</owner>
+ <summary>The time taken for running a debugger task on WorkerThread.</summary>
+</histogram>
+
<histogram name="WorkerThread.ExitCode" enum="WorkerThreadExitCode">
<owner>nhiroki@chromium.org</owner>
<summary>Records the exit code of WorkerThread.</summary>
</histogram>
+<histogram name="WorkerThread.Task.Time" units="ms">
+ <owner>nhiroki@chromium.org</owner>
+ <summary>The time taken for running a worker task on WorkerThread.</summary>
+</histogram>
+
<histogram name="WrenchMenu.MenuAction" enum="WrenchMenuAction">
<owner>ainslie@chromium.org</owner>
<owner>edwardjung@chromium.org</owner>
« no previous file with comments | « third_party/WebKit/Source/core/workers/WorkerThread.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698