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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 23534019: Add Quickoffice UMA histograms for spreadsheets. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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 | « no previous file | 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 11590f9435e09a3598e78911b785ec4a5cec48af..900fc7a87775697cfc4e55fb30ad95adb41c170f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12506,6 +12506,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Quickoffice.xlsFormattedCellCount">
+ <summary>
+ Records the number of cells that contain formatting data in the default
+ worksheet when a compound binary format spreadsheet is opened.
+ </summary>
+</histogram>
+
<histogram name="Quickoffice.xlsNonEmptyCellCount">
<summary>
Records the number of non-empty cells in the default worksheet when a
@@ -12520,6 +12527,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Quickoffice.xlsxFormattedCellCount">
+ <summary>
+ Records the number of cells that contain formatting data in the default
+ worksheet when an OOXML format spreadsheet is opened.
+ </summary>
+</histogram>
+
<histogram name="Quickoffice.xlsxNonEmptyCellCount">
<summary>
Records the number of non-empty cells when an OOXML format spreadsheet is
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698