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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1982203002: Replace DCHECK() upon unexpected x11 event time with a workaround (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 7 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 | « no previous file | ui/events/x/events_x_utils.cc » ('j') | 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 dbc6893f3bd19c012904bc24a7b57367a90f4199..e7d456afe61a7bd6f4e97a8b6bc739831dec5f2b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12567,6 +12567,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Event.X11TimestampsUsable" units="Boolean">
majidvp 2016/05/21 00:09:21 Can we just call it |Event.TimestampsUsable| or |E
Ilya Sherman 2016/05/21 00:16:10 nit: please s/units/enum, and use or define more c
+ <owner>majidvp@chromium.org</owner>
+ <owner>tdresser@chromium.org</owner>
+ <owner>caseq@chromium.org</owner>
+ <summary>
+ True if timestamps on input events produced by X11 server appear to be
+ sharing the same time base as TimeTicks, modulo 32-bit roll-over.
+ </summary>
+</histogram>
+
<histogram name="ExclusiveAccess.BubbleReshowsPerSession.Fullscreen">
<owner>mgiuca@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | ui/events/x/events_x_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698