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

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

Issue 2951413003: Add UMA for High Resolution Timer Usage (Closed)
Patch Set: Removed NaCl changes 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
« no previous file with comments | « 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 b7b6d4579426835d776fa42de9ed31e95bf12471..2e2bf0d5c650434cd72d07a0c22d869aa87639ef 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -87086,6 +87086,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>
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698