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

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

Issue 640543002: Add histograms about files copied or movied files from or to Drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8fab12d93b81929d9b4c05045b7ebd2b1e6adfcf..a4fd317ba78126ae34fe422e927596c31c5ce50e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5791,12 +5791,37 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Drive.CacheDBOpenStatus" enum="DriveCacheDBOpenStatus">
<obsolete>
- Deperecated 8/2013.
+ Deprecated 8/2013.
</obsolete>
<owner>joshwoodward@google.com</owner>
<summary>Status of drive cache metadata database open.</summary>
</histogram>
+<histogram name="Drive.CopyBlockedOnJobs">
+ <owner>mtomasz@google.com</owner>
+ <summary>
+ Number of jobs which have to be completed before a newly added copy/move
+ from or to Drive is requested. Temporary histogram for gathering data for
+ crbug.com/229650.
+ </summary>
+</histogram>
+
+<histogram name="Drive.CopyFromDriveFileSizeKB">
+ <owner>mtomasz@google.com</owner>
+ <summary>
+ Sizes of files being copied or moved from Drive to non-Drive. Temporary
+ histogram for gathering data for crbug.com/229650.
+ </summary>
+</histogram>
+
+<histogram name="Drive.CopyToDriveFileSizeKB">
+ <owner>mtomasz@google.com</owner>
+ <summary>
+ Sizes of files being copied from non-Drive to Drive. Temporary histogram for
+ gathering data for crbug.com/229650.
+ </summary>
+</histogram>
+
<histogram name="Drive.DirectoryFeedLoadTime" units="milliseconds">
<owner>joshwoodward@google.com</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698