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

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

Issue 1152333002: Fix incorrect ANGLE histogram usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | 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 e82f3e285435ab08b830d10d5515aafb7325bc44..1909914e62fdba905ede664d20517fe12e01668f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12167,7 +12167,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram name="GPU.ANGLE.D3D11CreateDeviceError" units="D3DHresult">
+<histogram name="GPU.ANGLE.D3D11CreateDeviceError" enum="D3DHresult">
<owner>jmadill@chromium.org</owner>
<summary>
An extended Windows error code returned from D3D11CreateDevice on error. Can
@@ -12185,7 +12185,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram name="GPU.ANGLE.D3D11FeatureLevel" units="D3DFeatureLevel">
+<histogram name="GPU.ANGLE.D3D11FeatureLevel" enum="D3DFeatureLevel">
<owner>jmadill@chromium.org</owner>
<summary>
The maxmium supported (or currently requested) Direct3D feature level in
@@ -12211,7 +12211,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram name="GPU.ANGLE.SupportsDXGI1_2" units="BooleanSupported">
+<histogram name="GPU.ANGLE.SupportsDXGI1_2" enum="BooleanSupported">
<owner>jmadill@chromium.org</owner>
<summary>
Windows computers running Windows 8+, or running Windows 7 with a platform
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698