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

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

Issue 2576983003: Remove startup metrics recorded 7 minutes after system start. (Closed)
Patch Set: Modified histograms.xml Created 4 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 | « components/startup_metric_utils/browser/startup_metric_utils.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 a2ebc339f3f0de9f64c5c8b696e10feac07b72fa..853b8e4b18b5536ada5c67d723782aa827f837a3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63174,6 +63174,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Startup.BrowserMessageLoopStartTimeFromMainEntry" units="ms">
+ <obsolete>
+ Deprecated 12/2016. crbug.com/634408
+ </obsolete>
<owner>fdoray@chromium.org</owner>
<owner>gab@chromium.org</owner>
<summary>
@@ -63181,12 +63184,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
stat is only recorded after 7 minutes of OS uptime to try to mitigate the
variance resulting from Chrome being autostarted. Replaced with
Startup.BrowserMessageLoopStartTimeFromMainEntry2 which is recorded all the
- time. TODO(fdoray): Deprecate this once M54 hits stable. crbug.com/634408
+ time.
</summary>
</histogram>
<histogram name="Startup.BrowserMessageLoopStartTimeFromMainEntry.FirstRun"
units="ms">
+ <obsolete>
+ Deprecated 12/2016. crbug.com/634408
+ </obsolete>
<owner>fdoray@chromium.org</owner>
<owner>gab@chromium.org</owner>
<summary>
@@ -63194,8 +63200,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
run. This stat is only recorded after 7 minutes of OS uptime to try to
mitigate the variance resulting from Chrome being autostarted. Replaced with
Startup.BrowserMessageLoopStartTimeFromMainEntry.FirstRun2 which is recorded
- all the time. TODO(fdoray): Deprecate this once M54 hits stable.
- crbug.com/634408
+ all the time.
</summary>
</histogram>
@@ -63516,6 +63521,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Startup.LoadTime.ExeMainToDllMain">
+ <obsolete>
+ Deprecated 12/2016. crbug.com/634408
+ </obsolete>
<owner>fdoray@chromium.org</owner>
<owner>gab@chromium.org</owner>
<summary>
@@ -63523,7 +63531,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
stat is only recorded after 7 minutes of OS uptime to try to mitigate the
variance resulting from Chrome being autostarted. Replaced with
Startup.LoadTime.ExeMainToDllMain2 which is recorded all the time.
- TODO(fdoray): Deprecate this once M54 hits stable. crbug.com/634408
</summary>
</histogram>
@@ -63536,6 +63543,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Startup.LoadTime.ProcessCreateToDllMain">
+ <obsolete>
+ Deprecated 12/2016. crbug.com/634408
+ </obsolete>
<owner>fdoray@chromium.org</owner>
<owner>gab@chromium.org</owner>
<summary>
@@ -63543,7 +63553,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
recorded after 7 minutes of OS uptime to try to mitigate the variance
resulting from Chrome being autostarted. Replaced with
Startup.LoadTime.ProcessCreateToDllMain2 which is recorded all the time.
- TODO(fdoray): Deprecate this once M54 hits stable. crbug.com/634408
</summary>
</histogram>
@@ -63554,6 +63563,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Startup.LoadTime.ProcessCreateToExeMain">
+ <obsolete>
+ Deprecated 12/2016. crbug.com/634408
+ </obsolete>
<owner>fdoray@chromium.org</owner>
<owner>gab@chromium.org</owner>
<summary>
@@ -63561,7 +63573,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
chrome.exe. This stat is only recorded after 7 minutes of OS uptime to try
to mitigate the variance resulting from Chrome being autostarted. Replaced
with Startup.LoadTime.ProcessCreateToExeMain2 which is recorded all the
- time. TODO(fdoray): Deprecate this once M54 hits stable. crbug.com/634408
+ time.
</summary>
</histogram>
« no previous file with comments | « components/startup_metric_utils/browser/startup_metric_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698