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

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

Issue 13548005: Add UMA reporting on failure to load ppapi plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ppapi -> PPAPI 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 | « content/ppapi_plugin/ppapi_thread.cc ('k') | 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 2513 matching lines...) Expand 10 before | Expand all | Expand 10 after
2524 </histogram> 2524 </histogram>
2525 2525
2526 <histogram name="PLT.StartToFinish" units="milliseconds"> 2526 <histogram name="PLT.StartToFinish" units="milliseconds">
2527 <summary> 2527 <summary>
2528 Time from &quot;start&quot; to &quot;finish.&quot; &quot;Start&quot;== time 2528 Time from &quot;start&quot; to &quot;finish.&quot; &quot;Start&quot;== time
2529 when renderer requested load of document, after any unload of last document. 2529 when renderer requested load of document, after any unload of last document.
2530 &quot;Finish&quot;==after onload() and all resources are loaded. 2530 &quot;Finish&quot;==after onload() and all resources are loaded.
2531 </summary> 2531 </summary>
2532 </histogram> 2532 </histogram>
2533 2533
2534 <histogram name="Plugin.PpapiBrokerLoadResult" enum="PluginLoadResult">
2535 <summary>The result from an attempt to load a PPAPI broker.</summary>
2536 </histogram>
2537
2538 <histogram name="Plugin.PpapiPluginLoadResult" enum="PluginLoadResult">
2539 <summary>The result from an attempt to load a PPAPI plugin.</summary>
2540 </histogram>
2541
2534 <histogram name="Prerender.FinalStatus" enum="PrerenderFinalStatus"> 2542 <histogram name="Prerender.FinalStatus" enum="PrerenderFinalStatus">
2535 <summary> 2543 <summary>
2536 Final status for prerender pages - either success, or why it was canceled. 2544 Final status for prerender pages - either success, or why it was canceled.
2537 </summary> 2545 </summary>
2538 </histogram> 2546 </histogram>
2539 2547
2540 <histogram name="Prerender.FinalStatusMatchComplete" 2548 <histogram name="Prerender.FinalStatusMatchComplete"
2541 enum="PrerenderFinalStatus"> 2549 enum="PrerenderFinalStatus">
2542 <summary> 2550 <summary>
2543 Final status for prerender pages - either success, or why it was canceled. 2551 Final status for prerender pages - either success, or why it was canceled.
(...skipping 2174 matching lines...) Expand 10 before | Expand all | Expand 10 after
4718 <int value="8" label="NO_SPACE"/> 4726 <int value="8" label="NO_SPACE"/>
4719 <int value="9" label="NOT_A_DIRECTORY"/> 4727 <int value="9" label="NOT_A_DIRECTORY"/>
4720 <int value="10" label="INVALID_OPERATION"/> 4728 <int value="10" label="INVALID_OPERATION"/>
4721 <int value="11" label="SECURITY"/> 4729 <int value="11" label="SECURITY"/>
4722 <int value="12" label="ABORT"/> 4730 <int value="12" label="ABORT"/>
4723 <int value="13" label="NOT_A_FILE"/> 4731 <int value="13" label="NOT_A_FILE"/>
4724 <int value="14" label="NOT_EMPTY"/> 4732 <int value="14" label="NOT_EMPTY"/>
4725 <int value="15" label="INVALID_URL"/> 4733 <int value="15" label="INVALID_URL"/>
4726 </enum> 4734 </enum>
4727 4735
4736 <enum name="PluginLoadResult" type="int">
4737 <int value="0" label="LOAD_SUCCESS"/>
4738 <int value="1" label="LOAD_FAILED"/>
4739 <int value="2" label="ENTRY_POINT_MISSING"/>
4740 <int value="3" label="INIT_FAILED"/>
4741 </enum>
4742
4728 <enum name="PreconnectMotivation" type="int"> 4743 <enum name="PreconnectMotivation" type="int">
4729 <int value="0" label="MOUSE_OVER_MOTIVATED"/> 4744 <int value="0" label="MOUSE_OVER_MOTIVATED"/>
4730 <int value="1" label="PAGE_SCAN_MOTIVATED"/> 4745 <int value="1" label="PAGE_SCAN_MOTIVATED"/>
4731 <int value="2" label="UNIT_TEST_MOTIVATED"/> 4746 <int value="2" label="UNIT_TEST_MOTIVATED"/>
4732 <int value="3" label="LINKED_MAX_MOTIVATED"/> 4747 <int value="3" label="LINKED_MAX_MOTIVATED"/>
4733 <int value="4" label="OMNIBOX_MOTIVATED"/> 4748 <int value="4" label="OMNIBOX_MOTIVATED"/>
4734 <int value="5" label="STARTUP_LIST_MOTIVATED"/> 4749 <int value="5" label="STARTUP_LIST_MOTIVATED"/>
4735 <int value="6" label="EARLY_LOAD_MOTIVATED"/> 4750 <int value="6" label="EARLY_LOAD_MOTIVATED"/>
4736 <int value="7" label="NO_PREFETCH_MOTIVATION"/> 4751 <int value="7" label="NO_PREFETCH_MOTIVATION"/>
4737 <int value="8" label="STATIC_REFERAL_MOTIVATED"/> 4752 <int value="8" label="STATIC_REFERAL_MOTIVATED"/>
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
5229 <with-group name="NormalLoad"/> 5244 <with-group name="NormalLoad"/>
5230 </affected-histogram> 5245 </affected-histogram>
5231 <affected-histogram name="PLT.StartToFinish"> 5246 <affected-histogram name="PLT.StartToFinish">
5232 <with-group name="LinkLoadNormal"/> 5247 <with-group name="LinkLoadNormal"/>
5233 <with-group name="NormalLoad"/> 5248 <with-group name="NormalLoad"/>
5234 </affected-histogram> 5249 </affected-histogram>
5235 <affected-histogram name="Renderer4.BeginToFinish"/> 5250 <affected-histogram name="Renderer4.BeginToFinish"/>
5236 <affected-histogram name="Renderer4.BeginToFinishDoc"/> 5251 <affected-histogram name="Renderer4.BeginToFinishDoc"/>
5237 </fieldtrial> 5252 </fieldtrial>
5238 5253
5254 <fieldtrial name="PpapiPluginName">
jar (doing other things) 2013/04/16 18:07:45 One subtle point: I think you append the group nam
xhwang 2013/04/16 19:02:21 I didn't know about "separator" so I updated my so
jar (doing other things) 2013/04/16 21:12:33 hmm... I think it must still reside in the interna
Ilya Sherman 2013/04/16 21:58:04 update_descriptions.py needs to combine data from
5255 <group name="libpepflashplayer.so" label="Flash player on Linux or Cros"/>
5256 <group name="libwidevinecdmadapter.so" label="Widevine CDM on Linux or Cros"/>
5257 <group name="pepflashplayer.dll" label="Flash player on Windows"/>
5258 <group name="PepperFlashPlayer.plugin" label="Flash player on Mac"/>
jar (doing other things) 2013/04/16 18:07:45 This is much nicer! thanks!
xhwang 2013/04/16 19:02:21 Thank you for the tip!
5259 <group name="widevinecdmadapter.dll" label="Widevine CDM on Windows"/>
5260 <group name="widevinecdmadapter.plugin" label="Widevine CDM on Mac"/>
5261 <affected-histogram name="Plugin.PpapiBrokerLoadResult"/>
5262 <affected-histogram name="Plugin.PpapiPluginLoadResult"/>
5263 </fieldtrial>
5264
5239 <fieldtrial name="Prefetch"> 5265 <fieldtrial name="Prefetch">
5240 <group name="ContentPrefetchPrefetchOff" 5266 <group name="ContentPrefetchPrefetchOff"
5241 label="Prefetch is completely disabled."/> 5267 label="Prefetch is completely disabled."/>
5242 <group name="ContentPrefetchPrefetchOn" 5268 <group name="ContentPrefetchPrefetchOn"
5243 label="prefetch is enabled but prerender is disabled."/> 5269 label="prefetch is enabled but prerender is disabled."/>
5244 <affected-histogram name="HttpCache.EntryLockWait"/> 5270 <affected-histogram name="HttpCache.EntryLockWait"/>
5245 <affected-histogram name="Net.HttpTimeToFirstByte"/> 5271 <affected-histogram name="Net.HttpTimeToFirstByte"/>
5246 <affected-histogram name="PLT.Abandoned"/> 5272 <affected-histogram name="PLT.Abandoned"/>
5247 <affected-histogram name="PLT.BeginToFinish"/> 5273 <affected-histogram name="PLT.BeginToFinish"/>
5248 <affected-histogram name="PLT.BeginToFinish_ContentPrefetcher"/> 5274 <affected-histogram name="PLT.BeginToFinish_ContentPrefetcher"/>
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
5379 <fieldtrial name="SSLResumption"> 5405 <fieldtrial name="SSLResumption">
5380 <group name="Resume_Handshake" label="Session Resumption"/> 5406 <group name="Resume_Handshake" label="Session Resumption"/>
5381 <group name="Full_Handshake" label="Full"/> 5407 <group name="Full_Handshake" label="Full"/>
5382 <affected-histogram name="Net.SSL_Connection_Latency"/> 5408 <affected-histogram name="Net.SSL_Connection_Latency"/>
5383 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 5409 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
5384 </fieldtrial> 5410 </fieldtrial>
5385 5411
5386 </fieldtrials> 5412 </fieldtrials>
5387 5413
5388 </histogram-configuration> 5414 </histogram-configuration>
OLDNEW
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698