| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index f01549cc4f4725adacd5e1d3b19e9c97220cec33..9cb67fa515bc71701f7fbc16de2ddf91389f0ca8 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -38105,6 +38105,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="NetworkTimeTracker.TimeBetweenFetches" units="ms">
|
| + <owner>estark@chromium.org</owner>
|
| + <owner>mab@chromium.org</owner>
|
| + <summary>
|
| + NetworkTimeTracker makes periodic queries to obtain a secure timestamp over
|
| + the network. This histogram records the delta between each secure timestamp
|
| + and the previous one, to measure how often time queries are made. The first
|
| + time query is not recorded, because there is no previous query from which to
|
| + compute a delta.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="NetworkTimeTracker.TimeQueryLatency" units="ms">
|
| <owner>estark@chromium.org</owner>
|
| <owner>mab@chromium.org</owner>
|
|
|