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

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

Issue 2123813002: Report Precache.TimeSinceLastPrecache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gclient sync Created 4 years, 5 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/proto/timestamp.proto ('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 4e891c4cdd5dd0e3b9a61fdcd283026daa05681c..024faf407db103d5f97741b7c91fef44068c376e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42890,6 +42890,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Precache.TimeSinceLastPrecache" units="seconds">
+ <owner>jamartin@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The time between the the beginning of the last precache session and each of
+ the URL fetches made by the user ever since. Logged per-request.
+ </summary>
+</histogram>
+
<histogram name="PrefService.CreateProfilePrefsTime" units="ms">
<owner>rkaplow@chromium.org</owner>
<summary>The amount of time that elapsed during CreateProfilePrefs.</summary>
« no previous file with comments | « components/precache/core/proto/timestamp.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698