| 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>
|
|
|