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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2020323003: Add UMA to track time between preload discovery and first bytes of response (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set upstream 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/fetch/Resource.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 3904041399d40e12722203d4eb9d448ed37a59d2..413ac8cd3de3a4f056fd467849a3003da5f39952 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41514,6 +41514,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PreloadScanner.TTFB" units="ms">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The time between preload discovery and when the first bytes of the response
+ data arrive.
+ </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/fetch/Resource.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698