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

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: fix static consts 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
« no previous file with comments | « components/network_time/network_time_tracker_unittest.cc ('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 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>
« no previous file with comments | « components/network_time/network_time_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698