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

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

Issue 663593002: Move SessionRestore.* histograms to public histograms.xml file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove histogram description. Created 6 years, 2 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 e788fa70d054acedf6af4985323f2e58ba9986bf..f8d68eb2be3ca5132664e88f03b7ed648eb1e4a6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29846,6 +29846,124 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>How did the user interact with the SessionCrashed Bubble?</summary>
</histogram>
+<histogram name="SessionRestore.AllTabsLoaded" units="milliseconds">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>TBD</summary>
+</histogram>
+
+<histogram name="SessionRestore.command_size" units="bytes">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ The size of the commands written to disk. See SessionBackend for details.
+ </summary>
+</histogram>
+
+<histogram name="SessionRestore.FirstTabPainted" units="milliseconds">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>TBD</summary>
+</histogram>
+
+<histogram name="SessionRestore.last_session_file_size" units="KB">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>The size, in k, of the last session file on disk.</summary>
+</histogram>
+
+<histogram name="SessionRestore.NavEntryCommittedLongPeriod">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ Like NavEntryCommittedPeriod, but specifically to provide a clearer
+ breakdown of samples in the 10 minutes - 8 hours range.
+ </summary>
+</histogram>
+
+<histogram name="SessionRestore.NavEntryCommittedPeriod" units="milliseconds">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ Milliseconds between subsequent Save() operations due to a nav entry being
+ committed (new tab created + nav initiated).
+ </summary>
+</histogram>
+
+<histogram name="SessionRestore.NavigationListPrunedLongPeriod">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ Like NavListPrunedPeriod, but specifically to provide a clearer breakdown of
+ samples in the 10 minutes - 8 hours range.
+ </summary>
+</histogram>
+
+<histogram name="SessionRestore.NavigationListPrunedPeriod"
+ units="milliseconds">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ Milliseconds between subsequent Save() operations due to the navigation list
+ being pruned (typically a change in back/forward stacks).
+ </summary>
+</histogram>
+
+<histogram name="SessionRestore.ParallelTabLoads">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ The number of tabs that were loaded simultaneously when restoring a session.
+ </summary>
+</histogram>
+
+<histogram name="SessionRestore.read_session_file_time" units="milliseconds">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ Amount of time to read and assemble the commands from the last session.
+ </summary>
+</histogram>
+
+<histogram name="SessionRestore.SaveLongPeriod">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ Like SavePeriod, but specifically to provide a clearer breakdown of samples
+ in the 10 minutes - 8 hours range.
+ </summary>
+</histogram>
+
+<histogram name="SessionRestore.SavePeriod" units="milliseconds">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ Amount of time between subsequent SessionService Save() operations (aka
+ updates to session data).
+ </summary>
+ <details>
+ Periods longer than 10 minutes are grouped together; see SaveLongPeriod for
+ resolution.
+ </details>
+</histogram>
+
+<histogram name="SessionRestore.TabClosedLongPeriod">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ TabClosedPeriod, but specifically to provide a clearer breakdown of samples
+ in the 10 minutes - 8 hours range.
+ </summary>
+</histogram>
+
+<histogram name="SessionRestore.TabClosedPeriod" units="milliseconds">
+ <owner>jeremy@chromium.org</owner>
+ <owner>sky@chromium.org</owner>
+ <summary>
+ Milliseconds between subsequent Save() operations due to a tab being closed.
+ </summary>
+</histogram>
+
<histogram name="SessionStorageDatabase.Open" enum="SessionStorageDatabaseOpen">
<owner>michaeln@chromium.org</owner>
<summary>
@@ -56991,6 +57109,31 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="SB2.MalwareInterstitialTimeTakeMeBack"/>
</histogram_suffixes>
+<histogram_suffixes name="SessionRestoreTabCounts">
+ <suffix name="1" label="1 tab present"/>
+ <suffix name="2" label="2 tabs present"/>
+ <suffix name="3" label="3 tabs present"/>
+ <suffix name="4" label="4 tabs present"/>
+ <suffix name="5" label="5 tabs present"/>
+ <suffix name="6" label="6 tabs present"/>
+ <suffix name="7" label="7 tabs present"/>
+ <suffix name="8" label="8 tabs present"/>
+ <suffix name="9" label="9 tabs present"/>
+ <suffix name="10" label="10 tabs present"/>
+ <suffix name="11" label="11 tab present"/>
+ <suffix name="12" label="12 tabs present"/>
+ <suffix name="13" label="13 tabs present"/>
+ <suffix name="14" label="14 tabs present"/>
+ <suffix name="15" label="15 tabs present"/>
+ <suffix name="16" label="16 tabs present"/>
+ <suffix name="17" label="17 tabs present"/>
+ <suffix name="18" label="18 tabs present"/>
+ <suffix name="19" label="19 tabs present"/>
+ <suffix name="20" label="20 tabs present"/>
+ <affected-histogram name="SessionRestore.AllTabsLoaded"/>
+ <affected-histogram name="SessionRestore.FirstTabPainted"/>
+</histogram_suffixes>
+
<histogram_suffixes name="ShillWiFiRememberedNetworkSecurityMode" separator=".">
<suffix name="802_1x" label="Network is secured with 802.1x"/>
<suffix name="none" label="Network is not secured"/>
« 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