Commit 6c88bbfb authored by bmcquade's avatar bmcquade Committed by Commit bot

Deprecate PLT UserTiming histograms that are no longer needed.

We will stop logging these and other PLT.* histograms in M56.
For the time being, we're deprecating them.

BUG=384330

Review-Url: https://codereview.chromium.org/2348463002
Cr-Commit-Position: refs/heads/master@{#418913}
parent 22327e7a
...@@ -44398,6 +44398,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. ...@@ -44398,6 +44398,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram> </histogram>
<histogram name="PLT.UserTiming_Mark" units="ms"> <histogram name="PLT.UserTiming_Mark" units="ms">
<obsolete>
Deprecated as of 09/2016.
</obsolete>
<owner>pmeenan@chromium.org</owner> <owner>pmeenan@chromium.org</owner>
<summary> <summary>
This time is based on the User Timing spec and measures the time from This time is based on the User Timing spec and measures the time from
...@@ -44407,6 +44410,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. ...@@ -44407,6 +44410,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram> </histogram>
<histogram name="PLT.UserTiming_MeasureDuration" units="ms"> <histogram name="PLT.UserTiming_MeasureDuration" units="ms">
<obsolete>
Deprecated as of 09/2016.
</obsolete>
<owner>pmeenan@chromium.org</owner> <owner>pmeenan@chromium.org</owner>
<summary> <summary>
This time is based on the User Timing spec and reports the time between two This time is based on the User Timing spec and reports the time between two
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