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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2951413003: Add UMA for High Resolution Timer Usage (Closed)
Patch Set: Added suspend / resume logic Created 3 years, 5 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
« base/timer/hi_res_timer_manager_win.cc ('K') | « content/gpu/gpu_main.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 d66fda78add604022d3e48a52b2c8b2c786867ad..54646d2fdba1ff7aff05a52fd1da8b3acc3c9bc7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -86616,6 +86616,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Windows.HighResolutionTimerUsage" units="%">
+ <owner>stanisc@chromium.org</owner>
+ <summary>
+ Percentage of elapsed time the high resolution timer is activated for each
rkaplow 2017/06/27 21:49:18 Pretty minor - I think this can be rephrased in a
stanisc 2017/06/27 22:07:31 Yeah, the high resolution timer is actually activa
stanisc 2017/06/28 22:28:35 Done.
+ Chrome process. Logged every 10 minutes.
+ </summary>
+</histogram>
+
<histogram name="Windows.InCompatibilityMode" enum="BooleanCompatibilityMode">
<owner>scottmg@chromium.org</owner>
<summary>
« base/timer/hi_res_timer_manager_win.cc ('K') | « content/gpu/gpu_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698