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

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

Issue 2885053002: Buffer timing callbacks until timing state converges. (Closed)
Patch Set: address comments 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/browser/page_load_metrics/page_load_tracker.cc ('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 2caa87f1341aa824fcc9472852f4f4609995a460..cd95f215a6e7ea427a6ef440ab6e549c91134516 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -89407,6 +89407,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="PageLoad.PageTiming.ForegroundDuration"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsAtTimingCallbackDispatch"
+ separator=".">
+ <suffix name="AtTimingCallbackDispatch"
+ label="Evaluated at the time timing update calls are dispatched to
+ observers."/>
+ <affected-histogram name="PageLoad.Internal.PageLoadTimingStatus"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadMetricsCacheInfo" separator=".">
<suffix name="NoStore" label="Main resource had cache-control: no-store"/>
<affected-histogram
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698