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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2146023003: Add UMA Precache.Freshness.Prefetch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing includes Created 4 years, 4 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 | « components/precache/core/precache_url_table.h ('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 ca096ba7e740a748cd70b7e244e51facbb1ee469..6b46eef66caccc08001ee5da281cdbf261088ce8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43049,6 +43049,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Precache.Freshness.Prefetch" units="seconds">
+ <owner>jamartin@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The freshness lifetimes of the resources that were precached from the moment
+ they were fetched or revalidated as described in RFC 2616 13.2.4. Logged per
+ precache request.
+ </summary>
+</histogram>
+
<histogram name="Precache.Latency.NonPrefetch" units="ms">
<owner>twifkak@chromium.org</owner>
<owner>bengr@chromium.org</owner>
@@ -43106,6 +43116,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Precache.Saved.Freshness" units="seconds">
+ <owner>jamartin@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The freshness lifetimes (RFC 2616 13.2.4) of the resources that were
+ precached and later used (and thus served from the cache). This is computed
+ at serving time and thus possibly different from the precached value if the
+ cache entry was revalidated. Logged per-request but only once per URL and
+ precaching cycle (as Precache.Saved).
+ </summary>
+</histogram>
+
<histogram name="Precache.TimeSinceLastPrecache" units="seconds">
<owner>jamartin@chromium.org</owner>
<owner>bengr@chromium.org</owner>
« no previous file with comments | « components/precache/core/precache_url_table.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698