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

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

Issue 2903923003: Record print job success and print queue size. (Closed)
Patch Set: address comments Created 3 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
« no previous file with comments | « tools/metrics/histograms/enums.xml ('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 7de5ee9588f25c6f8f38940f6919a63cce2fdb85..df5e4c67da4d47501b1946f621a98db63ea7c23f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56540,6 +56540,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Printing.CUPS.JobResult" enum="PrintJobResult">
+ <owner>skau@chromium.org</owner>
+ <summary>
+ The final status of every print job that was succesfully queued. Only used
+ on Chrome OS.
+ </summary>
+</histogram>
+
+<histogram name="Printing.CUPS.PrintJobsQueued" units="count">
+ <owner>skau@chromium.org</owner>
+ <summary>
+ The size of the print queue when a print job is initially queued. When the
+ first job is started, a zero is recorded. Only used on Chrome OS.
+ </summary>
+</histogram>
+
<histogram name="PrintPreview.DestinationAction"
enum="PrintPreviewPrintDestinationBuckets">
<owner>vitalybuka@chromium.org</owner>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698