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

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

Issue 14199008: Add a histogram definition for Linux.GlibcVersion. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: merge Created 7 years, 8 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:
View side-by-side diff with in-line comments
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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 195312)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -493,6 +493,10 @@
</summary>
</histogram>
+<histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion">
+ <summary>The version of glibc used. (Linux only)</summary>
+</histogram>
+
<histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs">
<summary>Audio codec used in HTML5 media.</summary>
</histogram>
@@ -5577,6 +5581,20 @@
<int value="18" label="NewLogger"/>
</enum>
+<enum name="LinuxGlibcVersion" type="int">
+ <int value="0" label="Not Parseable"/>
+ <int value="1" label="Unknown"/>
+ <int value="2" label="2.11"/>
+ <int value="3" label="2.12"/>
+ <int value="4" label="2.13"/>
+ <int value="5" label="2.14"/>
+ <int value="6" label="2.15"/>
+ <int value="7" label="2.16"/>
+ <int value="8" label="2.17"/>
+ <int value="9" label="2.18"/>
+ <int value="10" label="2.19"/>
+</enum>
+
<enum name="LoadType" type="int">
<int value="0" label="UNDEFINED_LOAD">Not yet initialized</int>
<int value="1" label="RELOAD">User pressed reload</int>
« 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