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

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: add histograms (trybots prev) 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index cdc8624a63d96b6fea34e2964845b932f05c3cea..40ea1e82a7ae37035a64462eee8680cab57d0333 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37863,6 +37863,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Cache.BytePercent.ParseStop" units="%">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The percent of subresource bytes loaded from cache for the given page load.
+ Recorded at the end of HTML parsing.
+ </summary>
+</histogram>
+
+<histogram name="PageLoad.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.Clients.DocWrite.Block.ReloadCount">
<owner>shivanisha@chromium.org</owner>
<owner>bmcquade@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698