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

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

Issue 723923004: Files.app: Add UMA for HardUnplugged events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 919b5f232d65a079e68e91f2b8f34fd551815f9f..fcc017498869261a701f566065da74127328209c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9135,6 +9135,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="FileBrowser.HardUnpluggedAfterResume" units="milliseconds">
+ <owner>hirono@chromium.org</owner>
+ <summary>
+ Chrome OS File Browser: time from the SuspendDone event to the DiskRemoved
+ event. The UMA is added temporarily for crbug.com/433734.
+ </summary>
+</histogram>
+
+<histogram name="FileBrowser.HardUnpluggedBeforeSuspend" units="milliseconds">
+ <owner>hirono@chromium.org</owner>
+ <summary>
+ Chrome OS File Browser: time from the DiskRemoved event to the Suspend
+ event. The UMA is added temporarily for crbug.com/433734.
+ </summary>
+</histogram>
+
<histogram name="FileBrowser.Load" units="milliseconds">
<owner>joshwoodward@google.com</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698