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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 501553002: Record histograms for timing information in DomDistiller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change to boolean histogrma Created 6 years, 3 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/core/distiller_page.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 48805f790f52eecd3b9d68a541348f24dd84d72e..700a04541b6c1a6369d8d3b134b4211ece9727d9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4998,6 +4998,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Whether a Domain Reliability upload succeeded.</summary>
</histogram>
+<histogram name="DomDistiller.ArticleProcessingTime" units="milliseconds">
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Time spent in DomDistiller's identification of text content.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.DistillationQuality" enum="BooleanSuccess">
<owner>nyquist@chromium.org</owner>
<summary>
@@ -5005,6 +5012,41 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DomDistiller.DistillationTotalTime" units="milliseconds">
+ <owner>yfriedman@chromium.org</owner>
+ <summary>Complete time spent in DomDistiller's processing of a page.</summary>
+</histogram>
+
+<histogram name="DomDistiller.DocumentConstructionTime" units="milliseconds">
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Time spent in creating DomDistiller's internal representation of the HTML
+ document.
+ </summary>
+</histogram>
+
+<histogram name="DomDistiller.FormattingTime" units="milliseconds">
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Time spent in DomDistiller's final processing of article content/formatting.
+ </summary>
+</histogram>
+
+<histogram name="DomDistiller.MarkupParsingTime" units="milliseconds">
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Time spent in DomDistiller's processing of article metadata.
+ </summary>
+</histogram>
+
+<histogram name="DomDistiller.PageDistillable" enum="BooleanEnabled">
jwd 2014/08/27 15:10:13 I'd use a different enum type, maybe BooleanAvaila
Yaron 2014/08/27 18:13:01 Done.
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Records the number of times a page was loaded for which using DomDistiller
+ is possible.
+ </summary>
+</histogram>
+
<histogram name="Download.AcceptRangesBytes.KBytes" units="KB">
<owner>asanka@chromium.org</owner>
<summary>The length of downloads for serves that accept byte ranges.</summary>
« no previous file with comments | « components/dom_distiller/core/distiller_page.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698