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

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

Issue 1131493005: Add UMA histogram DomDistiller.Time.DistillPage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix naming Created 5 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 92efb8f162944cf4e22903b1ee0c2623da2d1b0c..690a448e412cd79b165666084bf1c3e979512ded 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5999,6 +5999,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Complete time spent in DomDistiller's processing of a page.</summary>
</histogram>
+<histogram name="DomDistiller.Time.DistillPage" units="milliseconds">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Time spent in DistillPageImpl(), mostly ExecuteJavaScript(), including
+ compilation and execution.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.Time.DocumentConstruction" units="milliseconds">
<owner>yfriedman@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698