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

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

Issue 2927773002: Add separator to the resource scheduler histograms (Closed)
Patch Set: Created 3 years, 6 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 5411a46ffec6efe9cacc069ceed1a5d5815629b6..1e6b3050dba9fd71ddabc2fdba75ceb623210f92 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -93502,7 +93502,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
name="ResourceScheduler.ClientLoadedTime.Other.SwitchedToActive"/>
</histogram_suffixes>
-<histogram_suffixes name="ResourceSchedulerPeakDelayableRequestsInFlight">
+<histogram_suffixes name="ResourceSchedulerPeakDelayableRequestsInFlight"
+ separator=".">
<suffix name="LayoutBlocking"
label="Records the highest number of delayable requests that were
in-flight at the same time when a layout blocking request was
@@ -93515,7 +93516,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="ResourceScheduler.PeakDelayableRequestsInFlight"/>
</histogram_suffixes>
-<histogram_suffixes name="ResourceSchedulerRequestsCount">
+<histogram_suffixes name="ResourceSchedulerRequestsCount" separator=".">
<suffix name="All" label="All requests in-flight were counted."/>
<suffix name="Delayable" label="Delayable requests in-flight were counted."/>
<suffix name="NonDelayable"
« 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