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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2565173006: Measure time between secure time queries (Closed)
Patch Set: Created 4 years 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f01549cc4f4725adacd5e1d3b19e9c97220cec33..5621a265d0ad5d7985e7e692ec6e1305f9e16320 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38105,6 +38105,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NetworkTimeTracker.TimeBetweenFetchedTimes" 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.
Ilya Sherman 2016/12/13 22:02:07 Please document that the first event is dropped, r
estark 2016/12/13 22:09:36 Done.
+ </summary>
+</histogram>
+
<histogram name="NetworkTimeTracker.TimeQueryLatency" units="ms">
<owner>estark@chromium.org</owner>
<owner>mab@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698