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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1987013002: Add UMA to track time between preload discovery and reference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@preload_timing_uma
Patch Set: update histograms.xml to be a bit clearer Created 4 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 | « third_party/WebKit/Source/core/loader/LinkLoader.cpp ('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 fa59dadaded8c0993f48ff73f775cc7c6acb490c..3904041399d40e12722203d4eb9d448ed37a59d2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41503,6 +41503,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PreloadScanner.ReferenceTime" units="ms">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The time between preload discovery and when the resource is actually
+ referenced. This is implemented by marking when a preload is discovered by
+ the scanner, and when it has its first ResourceClient added to it. Note that
+ for link rel preloads, this tracks the time from scanner discory to DOM
+ discovery of the link declaration, not the actual resource.
+ </summary>
+</histogram>
+
<histogram name="Prerender.AbandonTimeUntilUsed" units="ms">
<owner>davidben@chromium.org</owner>
<owner>pasko@chromium.org</owner>
« no previous file with comments | « third_party/WebKit/Source/core/loader/LinkLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698