| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 362b9aab45d9ad1626caa12756053b2ee539cd0f..ba41c7f541d4ee7bebec03cc9e66398642d37e4d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -45236,6 +45236,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram name="SequencedWorkerPool.TaskCount">
|
| + <obsolete>
|
| + Histogram wasn't even reported anymore when ownership was taken in 11/2015.
|
| + </obsolete>
|
| <owner>gab@chromium.org</owner>
|
| <summary>
|
| How many pending tasks there are on each request for work from a worker
|
| @@ -45244,6 +45247,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram name="SequencedWorkerPool.UnrunnableTaskCount">
|
| + <obsolete>
|
| + Histogram wasn't even reported anymore when ownership was taken in 11/2015.
|
| + </obsolete>
|
| <owner>gab@chromium.org</owner>
|
| <summary>How many tasks we skip over to find the next runnable task.</summary>
|
| </histogram>
|
|
|