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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 805533003: Hook up import history to media scanner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add import history test double. Created 6 years 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 7e82196daa615ea28992d58815c229cf8864881e..160b2ded6e736a728c78b897e2ceb1de15cfdc76 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9131,6 +9131,23 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="FileBrowser.CloudImport.DeviceScan.Duration"
+ units="milliseconds">
+ <owner>smckay@google.com</owner>
+ <summary>
+ Chrome OS File Browser / Cloud Import - The length of time it takes, in
+ milliseconds, to scan a media device.
+ </summary>
+</histogram>
+
+<histogram name="FileBrowser.CloudImport.DeviceScan.TotalSize" units="MB">
+ <owner>smckay@google.com</owner>
+ <summary>
+ Chrome OS File Browser / Cloud Import - The collective size, in megabytes,
mtomasz 2014/12/15 00:51:20 nit: File Browser is a deprecated name. Please use
Steve McKay 2014/12/15 19:35:37 Done.
+ of all import eligible files discovered during device scanning.
+ </summary>
+</histogram>
+
<histogram name="FileBrowser.CloudImport.UserAction"
enum="CloudImportUserAction">
<owner>smckay@google.com</owner>

Powered by Google App Engine
This is Rietveld 408576698