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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2348843002: Add Shutdown time histograms to histograms.xml (Closed)
Patch Set: Created 4 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 acdf6e8e1362ede3d03268c21df81c518f5589cf..3ebe5908ce2594001ecefab077d80ae1168ba880 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55863,11 +55863,72 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Shutdown.browser_exit.time">
+ <owner>hashimoto@chromium.org</owner>
+ <summary>
+ Time for shutdown initiated by the browser exit menu command.
+ </summary>
+</histogram>
+
+<histogram name="Shutdown.browser_exit.time_per_process">
+ <owner>hashimoto@chromium.org</owner>
+ <summary>
+ Time for shutdown initiated by the browser exit menu command per renderer
+ process.
+ </summary>
+</histogram>
+
+<histogram name="Shutdown.end_session.time">
+ <owner>hashimoto@chromium.org</owner>
+ <summary>
+ Time for shutdown initiated by an end session (user logs off, shuts down or
+ reboots without explicitly exiting).
+ </summary>
+</histogram>
+
+<histogram name="Shutdown.end_session.time_per_process">
+ <owner>hashimoto@chromium.org</owner>
+ <summary>
+ Time for shutdown initiated by an end session (user logs off, shuts down or
+ reboots without explicitly exiting) per renderer process.
+ </summary>
+</histogram>
+
+<histogram name="Shutdown.renderers.slow">
+ <owner>hashimoto@chromium.org</owner>
+ <summary>
+ The number of renderer processes that couldn't be shutdown quickly due to
+ onbeforeunload or onunload listeners.
+ </summary>
+</histogram>
+
+<histogram name="Shutdown.renderers.total">
+ <owner>hashimoto@chromium.org</owner>
+ <summary>
+ The number of renderer processes running when shutdown was called.
+ </summary>
+</histogram>
+
<histogram name="Shutdown.ShutdownType" enum="ShutdownType">
<owner>hashimoto@chromium.org</owner>
<summary>The type of the last shutdown.</summary>
</histogram>
+<histogram name="Shutdown.window_close.time" units="ms">
+ <owner>hashimoto@chromium.org</owner>
+ <summary>
+ Time for shutdown initiated by the last browser window being closed.
+ </summary>
+</histogram>
+
+<histogram name="Shutdown.window_close.time_per_process">
+ <owner>hashimoto@chromium.org</owner>
+ <summary>
+ Time for shutdown initiated by the last browser window being closed per
+ renderer process.
+ </summary>
+</histogram>
+
<histogram name="Signin" enum="SigninHelperFlow">
<owner>mlerman@chromium.org</owner>
<summary>
« 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