Commit 3b86c1f8 authored by Jonathan Brandmeyer's avatar Jonathan Brandmeyer Committed by Commit Bot

Update histograms for ChromeOS Uptime metrics.

BUG=chromium:721891

Change-Id: Ief16bef5e035b3a8cc767395cd220938c7cbf329
Reviewed-on: https://chromium-review.googlesource.com/1081428
Commit-Queue: Jonathan Brandmeyer <jbrandmeyer@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564965}
parent ce61bbfb
...@@ -102676,7 +102676,24 @@ uploading your change for review. ...@@ -102676,7 +102676,24 @@ uploading your change for review.
</summary> </summary>
</histogram> </histogram>
<histogram name="Uptime.OtherProcessesTerminatedToChromeExecAfterLogout"
units="ms">
<owner>hajimehoshi@chromium.org</owner>
<owner>kouhei@chromium.org</owner>
<summary>
Measures the time elapsed on Chrome OS between when all user-associated
processes have been terminated during the logout process and when Chrome is
started again to show the login screen. Since at least ChromeOS M62,
equivalent to Uptime.XTerminatedToChromeExecAfterLogout.
</summary>
</histogram>
<histogram name="Uptime.ProcessesTerminatedToXTerminatedAfterLogout" units="ms"> <histogram name="Uptime.ProcessesTerminatedToXTerminatedAfterLogout" units="ms">
<obsolete>
Deprecated 05/2018 in Issue 721891 with removal of X11. Replaced by
Uptime.OtherProcessesTerminatedToChromeExecAfterLogout in ChromeOS M69.
Equal to 0 since at least ChromeOS M62.
</obsolete>
<owner>hajimehoshi@chromium.org</owner> <owner>hajimehoshi@chromium.org</owner>
<owner>kouhei@chromium.org</owner> <owner>kouhei@chromium.org</owner>
<summary> <summary>
...@@ -102699,6 +102716,10 @@ uploading your change for review. ...@@ -102699,6 +102716,10 @@ uploading your change for review.
</histogram> </histogram>
<histogram name="Uptime.XTerminatedToChromeExecAfterLogout" units="ms"> <histogram name="Uptime.XTerminatedToChromeExecAfterLogout" units="ms">
<obsolete>
Replaced by Uptime.OtherProcessesTerminatedToChromeExecAfterLogout in
ChromeOS M69. Equivalent to the new name since at least ChromeOS M62.
</obsolete>
<owner>hajimehoshi@chromium.org</owner> <owner>hajimehoshi@chromium.org</owner>
<owner>kouhei@chromium.org</owner> <owner>kouhei@chromium.org</owner>
<summary> <summary>
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