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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2711473006: Add Precache.Fetch.MinWeight UMA. (Closed)
Patch Set: Created 3 years, 10 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 5aaf095bcbadf0f60c8deb5cb1597140eac99975..7f20018558ae6d0365f3f0e2ccb394b626e1a84f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -50632,6 +50632,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Precache.Fetch.MinWeight" units="thousandths">
rkaplow 2017/02/23 04:02:14 kind of an odd unit - should it be thousandth of r
twifkak 2017/02/23 23:28:42 Yes it's thousandth of resource weight (since we d
+ <owner>twifkak@chromium.org</owner>
+ <summary>
+ The minimum resource weight that is fetched in a given precache run.
+ Reported if the precache completed successfully or was cancelled due to the
+ byte cap, but not if it was cancelled due to an ill-formed manifest or
+ exceeding the time limit. Reported only if global_ranking is true.
+ </summary>
+</histogram>
+
<histogram name="Precache.Fetch.PercentCompleted" units="%">
<owner>twifkak@chromium.org</owner>
<owner>bengr@chromium.org</owner>
« components/precache/core/precache_fetcher.cc ('K') | « components/precache/core/precache_fetcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698