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

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

Issue 2958023002: Add histograms and NetLog for host cache persistence (Closed)
Patch Set: use scoped timer Created 3 years, 6 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 | « net/log/net_log_source_type_list.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 fd2b1cad344a9d77b5f907f50bf3e65d0ee5b2f6..c04e5f43f5d49d4ccdf97a6ed60d5cb063cfbc74 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12985,6 +12985,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DNS.HostCache.RestoreSize" units="entries">
+ <owner>mgersh@chromium.org</owner>
+ <summary>
+ Number of HostCache entries persisted to disk, measured at restore time.
+ </summary>
+</histogram>
+
+<histogram name="DNS.HostCache.RestoreSuccess" enum="BooleanSuccess">
+ <owner>mgersh@chromium.org</owner>
+ <summary>
+ Whether the persisted HostCache entries were restored successfully.
+ </summary>
+</histogram>
+
<histogram name="DNS.HostCache.Set" enum="DNS.HostCache.SetOutcome">
<owner>mgersh@chromium.org</owner>
<summary>The outcome of setting a DNS entry in the host cache.</summary>
@@ -35648,6 +35662,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.Cronet.PrefsInitTime" units="ms">
+ <owner>mgersh@chromium.org</owner>
+ <summary>
+ Measures time spent creating the Cronet PrefService, including loading the
+ prefs from disk synchronously.
+ </summary>
+</histogram>
+
<histogram name="Net.DailyContentLength" units="KB">
<owner>bolian@chromium.org</owner>
<summary>
« no previous file with comments | « net/log/net_log_source_type_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698