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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2625213003: Rename *FileIO TaskScheduler worker pools to *Blocking. (Closed)
Patch Set: update dates Created 3 years, 10 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
« ios/web/app/web_main_loop.mm ('K') | « ios/web/app/web_main_loop.mm ('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 cd2e72560bd7013cc8e4bde3f90e5f8d660c3b73..eef7925e3d2fc8ae886c537bc4c95c90cbd2d8f0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -119901,12 +119901,32 @@ value.
</histogram_suffixes>
<histogram_suffixes name="TaskSchedulerWorkerPool" separator=".">
+ <suffix name="BackgroundBlockingPool"
+ label="Applies to the BackgroundBlocking worker pool."/>
<suffix name="BackgroundFileIOPool"
- label="Applies to the BackgroundFileIO worker pool."/>
+ label="Applies to the BackgroundFileIO worker pool.">
+ <obsolete>
+ Deprecated 02/2017. Pool was renamed to BackgroundBlocking.
+ </obsolete>
+ </suffix>
<suffix name="BackgroundPool" label="Applies to the Background worker pool."/>
+ <suffix name="ForegroundBlockingPool"
+ label="Applies to the ForegroundBlocking worker pool."/>
<suffix name="ForegroundFileIOPool"
- label="Applies to the ForegroundFileIO worker pool."/>
+ label="Applies to the ForegroundFileIO worker pool.">
+ <obsolete>
+ Deprecated 02/2017. Pool was renamed to ForegroundBlocking.
+ </obsolete>
+ </suffix>
<suffix name="ForegroundPool" label="Applies to the Foreground worker pool."/>
+ <suffix name="RendererBackgroundBlockingPool"
+ label="Applies to the RendererBackgroundBlocking worker pool."/>
+ <suffix name="RendererBackgroundPool"
+ label="Applies to the RendererBackground worker pool."/>
+ <suffix name="RendererForegroundBlockingPool"
+ label="Applies to the RendererForegroundBlocking worker pool."/>
+ <suffix name="RendererForegroundPool"
+ label="Applies to the RendererForeground worker pool."/>
<affected-histogram name="TaskScheduler.DetachDuration"/>
<affected-histogram name="TaskScheduler.NumTasksBeforeDetach"/>
<affected-histogram name="TaskScheduler.NumTasksBetweenWaits"/>
« ios/web/app/web_main_loop.mm ('K') | « ios/web/app/web_main_loop.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698