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

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

Issue 1774873002: Remove incorrect PLT.PT.NavigationStartToFirstLayout histogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jochen comment Created 4 years, 9 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 | « chrome/renderer/page_load_histograms.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 fa5b1846a3a3b47fff215dedb7665d2cba04cbb5..0217fd04daf086786e704e21d46cb5b89905c554 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36800,6 +36800,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="PLT.PT.NavigationStartToFirstLayout" units="ms">
+ <obsolete>
+ Deprecated. Use PageLoad.Timing2.* instead.
+ </obsolete>
<owner>bmcquade@chromium.org</owner>
<summary>
Measures the time from navigation timing's navigation start to the time the
@@ -36808,6 +36811,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="PLT.PT.ResponseStartToFirstLayout" units="ms">
+ <obsolete>
+ Deprecated. Use PageLoad.Timing2.* instead.
+ </obsolete>
<owner>bmcquade@chromium.org</owner>
<summary>
Measures the time from navigation timing's response start to the time the
« no previous file with comments | « chrome/renderer/page_load_histograms.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698