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

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

Issue 2218583002: [page_load_metrics] Log cache warmth ratios at parse stop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig@ review Created 4 years, 4 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/renderer_host/chrome_resource_dispatcher_host_delegate.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 9cd12ae7cb4aa277d187580ca00b95e3dcc5f82d..8fd06515e2e3576b22d490d16aabe1d255021b26 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38032,6 +38032,32 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Experimental.Cache.RequestPercent.ParseStop"
+ units="%">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The percent of subresources loaded from cache for the given page load.
+ Recorded at the end of HTML parsing.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Experimental.Cache.TotalRequests.ParseStop"
+ units="requests">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The number of subresources a given page finished loading from cache at parse
+ stop.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.Experimental.TotalRequests.ParseStop"
+ units="requests">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The number of subresources a given page finished loading at parse stop.
+ </summary>
+</histogram>
+
<histogram name="PageLoad.Internal.ClientRedirect.FirstPaintToNavigation"
units="ms">
<owner>bmcquade@chromium.org</owner>
« no previous file with comments | « chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698