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

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

Issue 1771623002: Mark non-existant SequencedWorkerPool.* histograms as obsolete, (Closed) Base URL: https://luckyluke-private.googlesource.com/src@a_3_ccc_disablestartuppriobydefault
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 9c6e0c95d30819607b1c89651c6d29183e8cde2e..f465c4a017a308cbd39858c0e348f00ac4af8808 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44245,6 +44245,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
@@ -44253,6 +44256,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