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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 <summary>Errno of errors encountered in WritableFileFlush.</summary> 486 <summary>Errno of errors encountered in WritableFileFlush.</summary>
487 </histogram> 487 </histogram>
488 488
489 <histogram name="LevelDBEnv.TimeTo" units="milliseconds"> 489 <histogram name="LevelDBEnv.TimeTo" units="milliseconds">
490 <summary> 490 <summary>
491 Time Non-IDB LevelDBEnv slept before successfully completing this operation. 491 Time Non-IDB LevelDBEnv slept before successfully completing this operation.
492 0 means success on the first try. 492 0 means success on the first try.
493 </summary> 493 </summary>
494 </histogram> 494 </histogram>
495 495
496 <histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion">
497 <summary>The version of glibc used. (Linux only)</summary>
498 </histogram>
499
496 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs"> 500 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs">
497 <summary>Audio codec used in HTML5 media.</summary> 501 <summary>Audio codec used in HTML5 media.</summary>
498 </histogram> 502 </histogram>
499 503
500 <histogram name="Media.DetectedVideoCodec" enum="FFmpegCodecs"> 504 <histogram name="Media.DetectedVideoCodec" enum="FFmpegCodecs">
501 <summary>Video codec used in HTML5 media.</summary> 505 <summary>Video codec used in HTML5 media.</summary>
502 </histogram> 506 </histogram>
503 507
504 <histogram name="Navigation.MainFrameScheme" enum="NavigationScheme"> 508 <histogram name="Navigation.MainFrameScheme" enum="NavigationScheme">
505 <summary>The scheme of the URL for each main-frame navigation.</summary> 509 <summary>The scheme of the URL for each main-frame navigation.</summary>
(...skipping 5064 matching lines...) Expand 10 before | Expand all | Expand 10 after
5570 <int value="11" label="CreateDir"/> 5574 <int value="11" label="CreateDir"/>
5571 <int value="12" label="DeleteDir"/> 5575 <int value="12" label="DeleteDir"/>
5572 <int value="13" label="GetFileSize"/> 5576 <int value="13" label="GetFileSize"/>
5573 <int value="14" label="Renamefile"/> 5577 <int value="14" label="Renamefile"/>
5574 <int value="15" label="LockFile"/> 5578 <int value="15" label="LockFile"/>
5575 <int value="16" label="UnlockFile"/> 5579 <int value="16" label="UnlockFile"/>
5576 <int value="17" label="GetTestDirectory"/> 5580 <int value="17" label="GetTestDirectory"/>
5577 <int value="18" label="NewLogger"/> 5581 <int value="18" label="NewLogger"/>
5578 </enum> 5582 </enum>
5579 5583
5584 <enum name="LinuxGlibcVersion" type="int">
5585 <int value="0" label="Not Parseable"/>
5586 <int value="1" label="Unknown"/>
5587 <int value="2" label="2.11"/>
5588 <int value="3" label="2.12"/>
5589 <int value="4" label="2.13"/>
5590 <int value="5" label="2.14"/>
5591 <int value="6" label="2.15"/>
5592 <int value="7" label="2.16"/>
5593 <int value="8" label="2.17"/>
5594 <int value="9" label="2.18"/>
5595 <int value="10" label="2.19"/>
5596 </enum>
5597
5580 <enum name="LoadType" type="int"> 5598 <enum name="LoadType" type="int">
5581 <int value="0" label="UNDEFINED_LOAD">Not yet initialized</int> 5599 <int value="0" label="UNDEFINED_LOAD">Not yet initialized</int>
5582 <int value="1" label="RELOAD">User pressed reload</int> 5600 <int value="1" label="RELOAD">User pressed reload</int>
5583 <int value="2" label="HISTORY_LOAD">Back or forward</int> 5601 <int value="2" label="HISTORY_LOAD">Back or forward</int>
5584 <int value="3" label="NORMAL_LOAD">User entered URL, or omnibox search</int> 5602 <int value="3" label="NORMAL_LOAD">User entered URL, or omnibox search</int>
5585 <int value="4" label="LINK_LOAD">(deprecated) Included next 4 categories</int> 5603 <int value="4" label="LINK_LOAD">(deprecated) Included next 4 categories</int>
5586 <int value="5" label="LINK_LOAD_NORMAL">Commonly following of link</int> 5604 <int value="5" label="LINK_LOAD_NORMAL">Commonly following of link</int>
5587 <int value="6" label="LINK_LOAD_RELOAD">JS/link directed reload</int> 5605 <int value="6" label="LINK_LOAD_RELOAD">JS/link directed reload</int>
5588 <int value="7" label="LINK_LOAD_CACHE_STALE_OK"> 5606 <int value="7" label="LINK_LOAD_CACHE_STALE_OK">
5589 back/forward or encoding change 5607 back/forward or encoding change
(...skipping 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after
7323 <fieldtrial name="SSLResumption"> 7341 <fieldtrial name="SSLResumption">
7324 <group name="Resume_Handshake" label="Session Resumption"/> 7342 <group name="Resume_Handshake" label="Session Resumption"/>
7325 <group name="Full_Handshake" label="Full"/> 7343 <group name="Full_Handshake" label="Full"/>
7326 <affected-histogram name="Net.SSL_Connection_Latency"/> 7344 <affected-histogram name="Net.SSL_Connection_Latency"/>
7327 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 7345 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
7328 </fieldtrial> 7346 </fieldtrial>
7329 7347
7330 </fieldtrials> 7348 </fieldtrials>
7331 7349
7332 </histogram-configuration> 7350 </histogram-configuration>
OLDNEW
« 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