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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2865463003: Tracks GVR version crossed with headset type using UMA. (Closed)
Patch Set: Fixed comments 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
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_gl.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 2614219be0271047567f7d868919421a86574f12..dd1c974f7c3c7181593826b67291a1b78ab1145b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80461,6 +80461,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="VRRuntimeVersion" units="normalized version">
+ <owner>tiborg@chromium.org</owner>
+ <summary>The version of the runtime being used for VR.</summary>
+</histogram>
+
<histogram name="VRSessionNavigationCount">
<owner>billorr@chromium.org</owner>
<summary>
@@ -94311,6 +94316,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="WebRTC.Video.Encoded.Qp"/>
</histogram_suffixes>
+<histogram_suffixes name="VRRuntimeVersionGVRHeadset" separator=".">
+ <suffix name="Cardboard" label="GVR version used with Carboard."/>
+ <suffix name="Daydream" label="GVR version used with Daydream."/>
+ <suffix name="Unknown" label="GVR version used with an unknown headset."/>
+ <affected-histogram name="VRRuntimeVersion.GVR"/>
+</histogram_suffixes>
+
+<histogram_suffixes name="VRRuntimeVersionPlatform" separator=".">
+ <suffix name="GVR"
+ label="The GVR version being used for VR. Special values: (-4) Could
+ not encode GVR version; (-3) Device does not support VR; (-2)
+ GVR is not installed; (-1) GVR is installed but version is too
+ old to be logged."/>
+ <affected-histogram name="VRRuntimeVersion"/>
+</histogram_suffixes>
+
<histogram_suffixes name="VRSessionType" separator=".">
<suffix name="Browser"
label="The session is restricted to the period that the browser is
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_gl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698