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

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

Issue 607013003: add UMA for no. of pages with no distilled data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed nit 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/viewer.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 4a91694e470630c5cb2b4e7392e25c3f18d8cad9..137ccdc0cf2a240132afe7c76dab7140526dca51 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5113,6 +5113,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DomDistiller.PageHasDistilledData"
+ enum="BooleanHasDistilledData">
+ <owner>kuan@chromium.org</owner>
+ <summary>Records whether a page has distilled data.</summary>
+</histogram>
+
<histogram name="DomDistiller.Statistics.WordCount" units="words">
<owner>nyquist@chromium.org</owner>
<summary>
@@ -39093,6 +39099,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="Has CRC"/>
</enum>
+<enum name="BooleanHasDistilledData" type="int">
+ <int value="0" label="No distilled data"/>
+ <int value="1" label="Has distilled data"/>
+</enum>
+
<enum name="BooleanHit" type="int">
<int value="0" label="Not_reached"/>
<int value="1" label="Hit"/>
« no previous file with comments | « components/dom_distiller/core/viewer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698