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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2355273002: Redirect handling in the resource_prefetch_predictor. (Closed)
Patch Set: Minor changes. Created 4 years, 2 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 4fd1a7941c3d029237eacdd0f14768df4234c2a4..d3981898627c1dba67d691713c28cd5118366a85 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49458,6 +49458,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourcePrefetchPredictor.HostRedirectTableRowCount">
+ <owner>alexilin@chromium.org</owner>
+ <owner>lizeb@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>
@@ -49843,6 +49853,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourcePrefetchPredictor.UrlRedirectTableRowCount">
+ <owner>alexilin@chromium.org</owner>
+ <owner>lizeb@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