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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 723923004: Files.app: Add UMA for HardUnplugged events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. 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
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/device_event_router.cc ('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 e11f31570884ba4f6c288cf9096d16df7fdb170f..27aab3ffb54b7ad78497f8adc24a043bbef8c040 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9138,6 +9138,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="FileBrowser.HardUnpluggedAroundSuspend.TimeSinceResume"
+ 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.HardUnpluggedAroundSuspend.TimeUntilSuspend"
+ 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>
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/device_event_router.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698