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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2287583003: Linux: Remove --wm-user-time-ms command line argument (Closed)
Patch Set: Rename Created 4 years, 3 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 | « chrome/common/chrome_switches.cc ('k') | ui/base/x/selection_owner.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 c9707ba406d2d7c74f16ce5e3dc00e5a1b32ef20..bef02a5e493305285178056b504128be4dbe1586 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13481,12 +13481,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Event.Latency.X11EventSource.UpdateServerTime"
- units="microseconds">
jwd 2016/08/31 14:13:00 Please mark this as obsolete with a mm/yyyy of whe
Tom (Use chromium acct) 2016/08/31 17:27:47 Done.
- <owner>thomasanderson@chromium.org</owner>
- <summary>Time to request a timestamp from the X server.</summary>
-</histogram>
-
<histogram name="Event.MainThreadEventQueue.CoalescedCount" units="events">
<owner>dtapuska@chromium.org</owner>
<summary>
@@ -21315,6 +21309,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Linux.X11.ServerRTT" units="microseconds">
+ <owner>thomasanderson@chromium.org</owner>
+ <summary>
+ RTT between Chrome and the X11 server. Tracked in X11EventSource by
+ measuring the latency to receive a property event after changing a property.
+ </summary>
+</histogram>
+
<histogram name="LocalDiscovery.ClientRestartAttempts">
<owner>noamsml@chromium.org</owner>
<owner>vitalybuka@chromium.org</owner>
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | ui/base/x/selection_owner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698