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

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

Issue 2640343002: predictors: Add precision / recall histograms for speculative prefetch. (Closed)
Patch Set: Created 3 years, 11 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 | « chrome/browser/predictors/resource_prefetch_predictor_unittest.cc ('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 78a0d5c2e7dc58675eccfbc51a9fbf4bfedf9dcd..9e04a2c3c7554529e13316845505c3442081e74e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53961,6 +53961,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ResourcePrefetchPredictor.LearningPrecision" units="%">
+ <owner>lizeb@chromium.org</owner>
+ <summary>
+ When the prefetch predictor has resources in the local database for a given
+ navigation, the precision of the predictions, in percentage. This is
+ computed as 100 \times \frac{correct predictions}{predictions}.
+ </summary>
+</histogram>
+
+<histogram name="ResourcePrefetchPredictor.LearningRecall" units="%">
+ <owner>lizeb@chromium.org</owner>
+ <summary>
+ When the prefetch predictor has resources in the local database for a given
+ navigation, the recall of the predictions, in percentage. This is computed
+ as 100 \times \frac{correct predictions}{all prefetchable subresources}.
+ </summary>
+</histogram>
+
<histogram name="ResourcePrefetchPredictor.MainFrameRequestStats"
enum="ResourcePrefetchPredictorMainFrameRequestStats">
<owner>zhenw@chromium.org</owner>
« no previous file with comments | « chrome/browser/predictors/resource_prefetch_predictor_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698