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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 18628005: Add Startup.* histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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:
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 11842 matching lines...) Expand 10 before | Expand all | Expand 10 after
11853 </histogram> 11853 </histogram>
11854 11854
11855 <histogram name="Sqlite.Version"> 11855 <histogram name="Sqlite.Version">
11856 <summary>Version of pre-existing database at startup.</summary> 11856 <summary>Version of pre-existing database at startup.</summary>
11857 </histogram> 11857 </histogram>
11858 11858
11859 <histogram name="Sqlite.Web.Error" enum="SqliteErrorCode"> 11859 <histogram name="Sqlite.Web.Error" enum="SqliteErrorCode">
11860 <summary>Error codes returned by sqlite the web db.</summary> 11860 <summary>Error codes returned by sqlite the web db.</summary>
11861 </histogram> 11861 </histogram>
11862 11862
11863 <histogram name="Startup.BrowserMessageLoopStartTime">
11864 <summary>
11865 Time from browser startup to the start of the main thread's message loop.
11866 </summary>
11867 </histogram>
11868
11869 <histogram name="Startup.BrowserMessageLoopStartTimeFromMainEntry"
11870 units="milliseconds">
11871 <summary>
11872 Time from main entry to the start of the main thread's message loop. This
11873 stat is only recorded after 7 minutes of OS uptime to try to mitigate the
11874 variance resulting from Chrome being autostarted.
11875 </summary>
11876 </histogram>
11877
11878 <histogram name="Startup.BrowserMessageLoopStartTimeFromMainEntry.FirstRun"
11879 units="milliseconds">
11880 <summary>
11881 Time from main entry to the start of the main thread's message loop on first
11882 run. This stat is only recorded after 7 minutes of OS uptime to try to
11883 mitigate the variance resulting from Chrome being autostarted.
11884 </summary>
11885 </histogram>
11886
11887 <histogram name="Startup.BrowserOpenTabs">
11888 <summary>
11889 Time taken to open the initial tab or to restore tabs from previous session.
11890 </summary>
11891 </histogram>
11892
11893 <histogram name="Startup.BrowserWindowDisplay" units="milliseconds">
11894 <summary>
11895 Time from browser startup to the time the browser window initially becomes
11896 visible.
11897 </summary>
11898 </histogram>
11899
11900 <histogram name="Startup.ChromeCast.TimeToDisplayVideo" units="milliseconds">
11901 <summary>
11902 The elapsed time from the ChromeCast application launch to the first video
11903 frame displayed.
11904 </summary>
11905 </histogram>
11906
11907 <histogram name="Startup.Fling.TimeToDisplayVideo" units="milliseconds">
11908 <summary>
11909 The elapsed time from the Fling application launch to the first video frame
11910 displayed.
11911 </summary>
11912 </histogram>
11913
11914 <histogram name="Startup.IsResume">
11915 <obsolete>
11916 Deprecated 12/2011. Merged into MobileSessionStartType.
11917 </obsolete>
11918 <summary>Whether a startup is a resume (vs a cold start).</summary>
11919 </histogram>
11920
11921 <histogram name="Startup.MobileSessionStartAction"
11922 enum="MobileSessionStartAction">
11923 <summary>
11924 The action requested on the application startup when called from another app
11925 or the OS.
11926 </summary>
11927 </histogram>
11928
11929 <histogram name="Startup.MobileSessionStartFromApps"
11930 enum="MobileSessionCallerApp">
11931 <summary>The calling application (if any).</summary>
11932 </histogram>
11933
11934 <histogram name="Startup.ShowAppListColdStart" units="milliseconds">
11935 <summary>
11936 Time for a newly created browser process to reach the code that starts
11937 showing the app launcher, when started with the --show-app-list flag and
11938 with no currently running Chrome processes.
11939 </summary>
11940 </histogram>
11941
11942 <histogram name="Startup.ShowAppListWarmStart" units="milliseconds">
11943 <summary>
11944 Time for a running browser process to reach the code that starts showing the
11945 app launcher. Measured from the time a second Chrome process started, which
11946 sent its --show-app-list command line argument to the already-running
11947 process and will soon exit.
11948 </summary>
11949 </histogram>
11950
11951 <histogram name="Startup.SlowStartupBookmarksLoad" units="milliseconds">
11952 <summary>
11953 Time it takes to load bookmarks from disk. This measurement is only sent for
11954 startups that take &gt;10 seconds after an uptime of 7 minutes.
11955 </summary>
11956 </histogram>
11957
11958 <histogram name="Startup.SlowStartupExtensionServiceInitAfterImport"
11959 units="milliseconds">
11960 <summary>
11961 Time it takes to finish initialization of the extension service including
11962 loading built-in extensions. This measurement is only sent for startups that
11963 take &gt;10 seconds after an uptime of 7 minutes.
11964 </summary>
11965 </histogram>
11966
11967 <histogram name="Startup.SlowStartupFinalProfileInit" units="milliseconds">
11968 <summary>
11969 Time the final stages of profile initialization taking including
11970 initialization of profile keyed services. This measurement is only sent for
11971 startups that take &gt;10 seconds after an uptime of 7 minutes.
11972 </summary>
11973 </histogram>
11974
11975 <histogram name="Startup.SlowStartupNSSInit" units="milliseconds">
11976 <summary>
11977 Time it takes to load the NSS libraries and initialize it. This measurement
11978 is only sent for startups that take &gt;10 seconds after an uptime of 7
11979 minutes.
11980 </summary>
11981 </histogram>
11982
11983 <histogram name="Startup.SlowStartupPreferenceLoading" units="milliseconds">
11984 <summary>
11985 Time it takes to load preferences from disk. This measurement is only sent
11986 for startups that take &gt;10 seconds after an uptime of 7 minutes.
11987 </summary>
11988 </histogram>
11989
11990 <histogram name="Startup.SlowStartupProfileIODataInit" units="milliseconds">
11991 <summary>
11992 Time it takes to initialize the ProfileIOData object - this includes
11993 initialization of the cookie store. This measurement is only sent for
11994 startups that take &gt;10 seconds after an uptime of 7 minutes.
11995 </summary>
11996 </histogram>
11997
11998 <histogram name="Startup.SlowStartupSafeBrowsingGetDatabase"
11999 units="milliseconds">
12000 <summary>
12001 Time it takes to load the safe browsing database from disk. This measurement
12002 is only sent for startups that take &gt;10 seconds after an uptime of 7
12003 minutes.
12004 </summary>
12005 </histogram>
12006
12007 <histogram name="Startup.SlowStartupSafeBrowsingServiceInitialize"
12008 units="milliseconds">
12009 <summary>
12010 Time it takes to initialize the safe browsing service. This measurement is
12011 only sent for startups that take &gt;10 seconds after an uptime of 7
12012 minutes.
12013 </summary>
12014 </histogram>
12015
12016 <histogram name="Startup.SlowStartupSessionServiceCreateTabsAndWindows"
12017 units="milliseconds">
12018 <summary>
12019 Time it takes for session restore to finish initiating creation of restored
12020 tabs and windows. This measurement is only sent for startups that take
12021 &gt;10 seconds after an uptime of 7 minutes.
12022 </summary>
12023 </histogram>
12024
12025 <histogram name="Startup.WarmStartTimeFromRemoteProcessStart"
12026 units="milliseconds">
12027 <summary>
12028 Time for a running browser process to start processing the command line
12029 passed in by a second Chrome process, which just sent its command line
12030 arguments to the already-running process and will soon exit. Measured from
12031 the time the second Chrome process started.
12032 </summary>
12033 </histogram>
12034
11863 <histogram name="Sync.AuthInvalidationRejectedTokenAgeLong" units="days"> 12035 <histogram name="Sync.AuthInvalidationRejectedTokenAgeLong" units="days">
11864 <summary> 12036 <summary>
11865 Age of all auth tokens rejected by the invalidation server. Measured from 12037 Age of all auth tokens rejected by the invalidation server. Measured from
11866 the time they were created. 12038 the time they were created.
11867 </summary> 12039 </summary>
11868 </histogram> 12040 </histogram>
11869 12041
11870 <histogram name="Sync.AuthInvalidationRejectedTokenAgeShort" 12042 <histogram name="Sync.AuthInvalidationRejectedTokenAgeShort"
11871 units="milliseconds"> 12043 units="milliseconds">
11872 <summary> 12044 <summary>
(...skipping 5256 matching lines...) Expand 10 before | Expand all | Expand 10 after
17129 <int value="2" label="kClientError"/> 17301 <int value="2" label="kClientError"/>
17130 </enum> 17302 </enum>
17131 17303
17132 <enum name="MediaKeyException" type="int"> 17304 <enum name="MediaKeyException" type="int">
17133 <int value="0" label="kUnknownResultId"/> 17305 <int value="0" label="kUnknownResultId"/>
17134 <int value="1" label="kSuccess"/> 17306 <int value="1" label="kSuccess"/>
17135 <int value="2" label="kKeySystemNotSupported"/> 17307 <int value="2" label="kKeySystemNotSupported"/>
17136 <int value="3" label="kInvalidPlayerState"/> 17308 <int value="3" label="kInvalidPlayerState"/>
17137 </enum> 17309 </enum>
17138 17310
17311 <enum name="MobileSessionCallerApp" type="int">
17312 <int value="0" label="Google Search"/>
17313 <int value="1" label="GMail"/>
17314 <int value="2" label="Google+"/>
17315 <int value="3" label="Google Drive"/>
17316 <int value="4" label="Google Earth"/>
17317 <int value="5" label="Other Google Apps"/>
17318 <int value="6" label="Others"/>
17319 <int value="7" label="Mobile Safari"/>
17320 <int value="8" label="Other Apple Apps"/>
17321 <int value="9" label="YouTube"/>
17322 <int value="10" label="Google Maps"/>
17323 </enum>
17324
17325 <enum name="MobileSessionStartAction" type="int">
17326 <int value="0" label="Open http"/>
17327 <int value="1" label="Open https"/>
17328 <int value="2" label="Open file"/>
17329 <int value="3" label="x-callback-url open"/>
17330 <int value="4" label="x-callback-url other"/>
17331 <int value="5" label="Others"/>
17332 </enum>
17333
17139 <enum name="MouseEventFollowedByClick" type="int"> 17334 <enum name="MouseEventFollowedByClick" type="int">
17140 <int value="0" label="Missed event before click"/> 17335 <int value="0" label="Missed event before click"/>
17141 <int value="1" label="Caught event before click"/> 17336 <int value="1" label="Caught event before click"/>
17142 </enum> 17337 </enum>
17143 17338
17144 <enum name="MSECodec" type="int"> 17339 <enum name="MSECodec" type="int">
17145 <int value="0" label="(Unknown)"/> 17340 <int value="0" label="(Unknown)"/>
17146 <int value="1" label="VP8"/> 17341 <int value="1" label="VP8"/>
17147 <int value="2" label="VP9"/> 17342 <int value="2" label="VP9"/>
17148 <int value="3" label="Vorbis"/> 17343 <int value="3" label="Vorbis"/>
(...skipping 4032 matching lines...) Expand 10 before | Expand all | Expand 10 after
21181 <affected-histogram name="PLT.BeginToFinish_NormalLoad"/> 21376 <affected-histogram name="PLT.BeginToFinish_NormalLoad"/>
21182 </fieldtrial> 21377 </fieldtrial>
21183 21378
21184 <fieldtrial name="SSLResumption"> 21379 <fieldtrial name="SSLResumption">
21185 <group name="Resume_Handshake" label="Session Resumption"/> 21380 <group name="Resume_Handshake" label="Session Resumption"/>
21186 <group name="Full_Handshake" label="Full"/> 21381 <group name="Full_Handshake" label="Full"/>
21187 <affected-histogram name="Net.SSL_Connection_Latency"/> 21382 <affected-histogram name="Net.SSL_Connection_Latency"/>
21188 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 21383 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
21189 </fieldtrial> 21384 </fieldtrial>
21190 21385
21386 <fieldtrial name="SyzygyStartupTime">
21387 <group name="PreReadEnabled"/>
21388 <group name="PreReadDisabled"/>
21389 <group name="XP_PreReadEnabled"/>
21390 <group name="XP_PreReadDisabled"/>
21391 <group name="PreRead_0"/>
21392 <group name="PreRead_5"/>
21393 <group name="PreRead_10"/>
21394 <group name="PreRead_15"/>
21395 <group name="PreRead_20"/>
21396 <group name="PreRead_25"/>
21397 <group name="PreRead_30"/>
21398 <group name="PreRead_35"/>
21399 <group name="PreRead_40"/>
21400 <group name="PreRead_45"/>
21401 <group name="PreRead_50"/>
21402 <group name="PreRead_55"/>
21403 <group name="PreRead_60"/>
21404 <group name="PreRead_65"/>
21405 <group name="PreRead_70"/>
21406 <group name="PreRead_75"/>
21407 <group name="PreRead_80"/>
21408 <group name="PreRead_85"/>
21409 <group name="PreRead_90"/>
21410 <group name="PreRead_95"/>
21411 <group name="PreRead_100"/>
21412 <group name="XP_PreRead_0"/>
21413 <group name="XP_PreRead_5"/>
21414 <group name="XP_PreRead_10"/>
21415 <group name="XP_PreRead_15"/>
21416 <group name="XP_PreRead_20"/>
21417 <group name="XP_PreRead_25"/>
21418 <group name="XP_PreRead_30"/>
21419 <group name="XP_PreRead_35"/>
21420 <group name="XP_PreRead_40"/>
21421 <group name="XP_PreRead_45"/>
21422 <group name="XP_PreRead_50"/>
21423 <group name="XP_PreRead_55"/>
21424 <group name="XP_PreRead_60"/>
21425 <group name="XP_PreRead_65"/>
21426 <group name="XP_PreRead_70"/>
21427 <group name="XP_PreRead_75"/>
21428 <group name="XP_PreRead_80"/>
21429 <group name="XP_PreRead_85"/>
21430 <group name="XP_PreRead_90"/>
21431 <group name="XP_PreRead_95"/>
21432 <group name="XP_PreRead_100"/>
21433 <affected-histogram name="Startup.BrowserMessageLoopStartTime"/>
21434 <affected-histogram name="Startup.BrowserOpenTabs"/>
21435 </fieldtrial>
21436
21191 <fieldtrial name="WebStoreLinkExperiment"> 21437 <fieldtrial name="WebStoreLinkExperiment">
21192 <group name="Disabled" label="Neither extra webstore link is visible"/> 21438 <group name="Disabled" label="Neither extra webstore link is visible"/>
21193 <group name="FooterLink" label="Link in bottom right of footer"/> 21439 <group name="FooterLink" label="Link in bottom right of footer"/>
21194 <group name="PlusIcon" label="Plus icon in apps page"/> 21440 <group name="PlusIcon" label="Plus icon in apps page"/>
21195 <affected-histogram name="Extensions.AppLaunch"/> 21441 <affected-histogram name="Extensions.AppLaunch"/>
21196 <affected-histogram name="NewTabPage.DefaultPageType"/> 21442 <affected-histogram name="NewTabPage.DefaultPageType"/>
21197 </fieldtrial> 21443 </fieldtrial>
21198 21444
21199 </fieldtrials> 21445 </fieldtrials>
21200 21446
21201 </histogram-configuration> 21447 </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