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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2901383002: Buffer cross frame paint timing updates. (Closed)
Patch Set: add missing include 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 | « 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 6ed192b3a430a9c42cd098e58111a7082c27aa59..44986eaefd39a76f5443f20bd941a8924ac65dbf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90773,6 +90773,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 timing update buffering in the browser process
Ilya Sherman 2017/05/30 19:31:38 What is "timing update buffering"? Am I just fail
Bryan McQuade 2017/05/31 01:05:30 Thanks! You're right, this isn't very clear. I upd
+ 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