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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1770063002: Mark non-existant SequencedWorkerPool.* histograms as obsolete, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « 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 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>
« 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