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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1143173009: Add UMA histogram DomDistiller.Time.RunJavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 | « components/dom_distiller/content/distiller_page_web_contents.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 39db40d1ba51c233a2be60cd3485125dd6b8c80d..3fd6471f057d3186da018b0330bbf4300d713a04 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6479,6 +6479,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DomDistiller.Time.RunJavaScript" units="milliseconds">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Time spent in ExecuteJavaScript() in DomDistiller. It includes JavaScript
+ code transmission through IPC, parsing, compilation, execution, and
+ returning the JSON back through IPC.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.Time.SwipeToPaint" units="milliseconds">
<owner>wychen@chromium.org</owner>
<summary>
« no previous file with comments | « components/dom_distiller/content/distiller_page_web_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698