Commit df1f85d7 authored by Hajime Hoshi's avatar Hajime Hoshi Committed by Commit Bot

Obsolete Uptime.LoginPromptSetupTimeAfterLogout and Uptime.Logout

Bug: 1089619
Change-Id: I2ce420088488eeee1f093a146e80d01a6873f522
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434597Reviewed-by: default avatarKouhei Ueno <kouhei@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815599}
parent 69f2db29
...@@ -85704,6 +85704,35 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -85704,6 +85704,35 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</summary> </summary>
</histogram> </histogram>
<histogram name="Uptime.LoginPromptSetupTimeAfterLogout" units="ms"
expires_after="M85">
<obsolete>
Removed 09/2020. No direct replacement.
</obsolete>
<owner>hajimehoshi@chromium.org</owner>
<owner>kouhei@chromium.org</owner>
<summary>
Measures the time elapsed on Chrome OS for setting up for a login after a
logout. More specifically, it is the time between when the Cryptohome is
unmounted (the last step in the logout process) and when the login prompt is
again visible after a logout.
</summary>
</histogram>
<histogram name="Uptime.Logout" units="ms" expires_after="M85">
<obsolete>
Removed 09/2020. No direct replacement.
</obsolete>
<owner>hajimehoshi@chromium.org</owner>
<owner>kouhei@chromium.org</owner>
<summary>
Measures the time elapsed on Chrome OS when performing a logout. More
specifically, it is the time between when a logout is initiated and when the
Cryptohome is unmounted, signaling the last step in the logout process. This
statistic is not collected when the logout is part of a restart or shutdown.
</summary>
</histogram>
<histogram name="Uptime.ProcessesTerminatedToXTerminatedAfterLogout" units="ms" <histogram name="Uptime.ProcessesTerminatedToXTerminatedAfterLogout" units="ms"
expires_after="2018-06-06"> expires_after="2018-06-06">
<obsolete> <obsolete>
...@@ -15522,29 +15522,6 @@ should be kept until we use this API. --> ...@@ -15522,29 +15522,6 @@ should be kept until we use this API. -->
</summary> </summary>
</histogram> </histogram>
<histogram name="Uptime.LoginPromptSetupTimeAfterLogout" units="ms"
expires_after="M85">
<owner>hajimehoshi@chromium.org</owner>
<owner>kouhei@chromium.org</owner>
<summary>
Measures the time elapsed on Chrome OS for setting up for a login after a
logout. More specifically, it is the time between when the Cryptohome is
unmounted (the last step in the logout process) and when the login prompt is
again visible after a logout.
</summary>
</histogram>
<histogram name="Uptime.Logout" units="ms" expires_after="M85">
<owner>hajimehoshi@chromium.org</owner>
<owner>kouhei@chromium.org</owner>
<summary>
Measures the time elapsed on Chrome OS when performing a logout. More
specifically, it is the time between when a logout is initiated and when the
Cryptohome is unmounted, signaling the last step in the logout process. This
statistic is not collected when the logout is part of a restart or shutdown.
</summary>
</histogram>
<histogram name="Uptime.LogoutToLoginPromptVisible" units="ms" <histogram name="Uptime.LogoutToLoginPromptVisible" units="ms"
expires_after="M77"> expires_after="M77">
<owner>hajimehoshi@chromium.org</owner> <owner>hajimehoshi@chromium.org</owner>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment