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

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

Issue 2901383002: Buffer cross frame paint timing updates. (Closed)
Patch Set: address comment Created 3 years, 7 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 | « chrome/test/BUILD.gn ('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 d8fc24dd8132ed6f866e1d1d61cceb35169a3453..bd71d826d59902cc00ee01f3ccc868b56f9e4493 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90796,6 +90796,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</affected-histogram>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsAfterBuffering" separator=".">
+ <suffix name="AfterBuffering"
+ label="Recorded after buffering of timing updates in the browser
+ process has completed."/>
+ <affected-histogram name="PageLoad.Internal.OutOfOrderInterFrameTiming"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadMetricsAfterPaint" separator=".">
<suffix name="AfterPaint"
label="Limited to the duration of time starting after first paint, for
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698