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

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

Issue 2951413003: Add UMA for High Resolution Timer Usage (Closed)
Patch Set: Switched to using Timer in HighResolutionTimerManager Created 3 years, 6 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..804c3a2558418ec02b76d4918b5a4550aea3cc3d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -86616,6 +86616,15 @@ 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. The usage
+ is reported by each of Chrome processes individually (without aggregation)
+ and 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