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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2321343002: Redirect handling in resource prefetch predictor (Closed)
Patch Set: Redirects database schema changed Created 4 years, 3 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 aa083e83b395db11a79197c856ce191ae347b272..c08e5f2053b836c3af4bf5c2f61f341fd3173e4d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49030,6 +49030,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourcePrefetchPredictor.HostRedirectTableRowCount">
+ <owner>alexilin@chromium.org</owner>
+ <summary>
+ The count of number of rows in the HostRedirectTable. This is effecively the
+ number of (host, final redirect) pairs in the database. This is measured at
+ startup and used to get an estimate of the data size.
+ </summary>
+</histogram>
+
<histogram name="ResourcePrefetchPredictor.HostTableHostCount">
<owner>zhenw@chromium.org</owner>
<summary>
@@ -49415,6 +49424,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourcePrefetchPredictor.UrlRedirectTableRowCount">
+ <owner>alexilin@chromium.org</owner>
+ <summary>
+ The count of number of rows in the UrlRedirectTable. This is effectively the
+ number of (main frame URL, final redirect) pairs in the database. This is
+ measured at startup and used to get an estimate of the data size.
+ </summary>
+</histogram>
+
<histogram name="ResourcePrefetchPredictor.UrlTableMainFrameUrlCount">
<obsolete>
Deprecated September 2016. No longer recorded.

Powered by Google App Engine
This is Rietveld 408576698