rubyrun 0.9.0-powerpc-darwin

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. data/LICENSE +13 -0
  2. data/README +77 -0
  3. data/Rakefile +241 -0
  4. data/bin/confgure +2 -0
  5. data/docs/rubyrun-0.9.0.htm +6344 -0
  6. data/docs/rubyrun-0.9.0.pdf +0 -0
  7. data/docs/rubyrun-0.9.0_files/colorschememapping.xml +2 -0
  8. data/docs/rubyrun-0.9.0_files/filelist.xml +29 -0
  9. data/docs/rubyrun-0.9.0_files/header.htm +141 -0
  10. data/docs/rubyrun-0.9.0_files/image001.jpg +0 -0
  11. data/docs/rubyrun-0.9.0_files/image002.jpg +0 -0
  12. data/docs/rubyrun-0.9.0_files/image003.jpg +0 -0
  13. data/docs/rubyrun-0.9.0_files/image004.jpg +0 -0
  14. data/docs/rubyrun-0.9.0_files/image005.jpg +0 -0
  15. data/docs/rubyrun-0.9.0_files/image006.jpg +0 -0
  16. data/docs/rubyrun-0.9.0_files/image007.jpg +0 -0
  17. data/docs/rubyrun-0.9.0_files/image008.jpg +0 -0
  18. data/docs/rubyrun-0.9.0_files/image009.jpg +0 -0
  19. data/docs/rubyrun-0.9.0_files/image010.jpg +0 -0
  20. data/docs/rubyrun-0.9.0_files/image011.jpg +0 -0
  21. data/docs/rubyrun-0.9.0_files/image012.jpg +0 -0
  22. data/docs/rubyrun-0.9.0_files/image013.jpg +0 -0
  23. data/docs/rubyrun-0.9.0_files/image014.jpg +0 -0
  24. data/docs/rubyrun-0.9.0_files/image015.jpg +0 -0
  25. data/docs/rubyrun-0.9.0_files/image016.jpg +0 -0
  26. data/docs/rubyrun-0.9.0_files/image017.png +0 -0
  27. data/docs/rubyrun-0.9.0_files/image018.jpg +0 -0
  28. data/docs/rubyrun-0.9.0_files/image019.jpg +0 -0
  29. data/docs/rubyrun-0.9.0_files/image020.jpg +0 -0
  30. data/docs/rubyrun-0.9.0_files/image021.jpg +0 -0
  31. data/docs/rubyrun-0.9.0_files/image022.png +0 -0
  32. data/docs/rubyrun-0.9.0_files/themedata.thmx +0 -0
  33. data/etc/rubyrun_opts.yml +132 -0
  34. data/ext/extconf.rb +4 -0
  35. data/ext/rubyrunnative__.bundle +0 -0
  36. data/ext/rubyrunnative__.c +154 -0
  37. data/ext/rubyrunnative__.def +2 -0
  38. data/ext/rubyrunnative__.h +36 -0
  39. data/ext/rubyrunnative__.so +0 -0
  40. data/ext/rubyrunnative__linux.so +0 -0
  41. data/html/classes/Module.html +174 -0
  42. data/html/classes/Object.html +151 -0
  43. data/html/classes/RubyRunBufferMgr__.html +182 -0
  44. data/html/classes/RubyRunCommander__.html +578 -0
  45. data/html/classes/RubyRunDad__.html +144 -0
  46. data/html/classes/RubyRunGlobals.html +248 -0
  47. data/html/classes/RubyRunHTMLWriter/RubyRunHTMLDevice.html +157 -0
  48. data/html/classes/RubyRunHTMLWriter.html +186 -0
  49. data/html/classes/RubyRunHTML__.html +198 -0
  50. data/html/classes/RubyRunInitializer__.html +821 -0
  51. data/html/classes/RubyRunInstrumentor__.html +576 -0
  52. data/html/classes/RubyRunMonitor__.html +298 -0
  53. data/html/classes/RubyRunRSS.html +302 -0
  54. data/html/classes/RubyRunReport__.html +294 -0
  55. data/html/classes/RubyRunTracer__.html +253 -0
  56. data/html/classes/RubyRunUtils__.html +376 -0
  57. data/html/created.rid +1 -0
  58. data/html/files/LICENSE.html +119 -0
  59. data/html/files/README.html +197 -0
  60. data/html/files/lib/rubyrun/rubyrun_buffer_mgr___rb.html +101 -0
  61. data/html/files/lib/rubyrun/rubyrun_commander___rb.html +101 -0
  62. data/html/files/lib/rubyrun/rubyrun_dad___rb.html +101 -0
  63. data/html/files/lib/rubyrun/rubyrun_globals_rb.html +101 -0
  64. data/html/files/lib/rubyrun/rubyrun_html___rb.html +101 -0
  65. data/html/files/lib/rubyrun/rubyrun_html_writer___rb.html +108 -0
  66. data/html/files/lib/rubyrun/rubyrun_initializer___rb.html +112 -0
  67. data/html/files/lib/rubyrun/rubyrun_instrumentor___rb.html +116 -0
  68. data/html/files/lib/rubyrun/rubyrun_monitor___rb.html +116 -0
  69. data/html/files/lib/rubyrun/rubyrun_rb.html +121 -0
  70. data/html/files/lib/rubyrun/rubyrun_report___rb.html +101 -0
  71. data/html/files/lib/rubyrun/rubyrun_rss___rb.html +108 -0
  72. data/html/files/lib/rubyrun/rubyrun_tracer___rb.html +110 -0
  73. data/html/files/lib/rubyrun/rubyrun_utils___rb.html +108 -0
  74. data/html/files/lib/rubyrunm_rb.html +116 -0
  75. data/html/fr_class_index.html +42 -0
  76. data/html/fr_file_index.html +43 -0
  77. data/html/fr_method_index.html +96 -0
  78. data/html/index.html +24 -0
  79. data/html/rdoc-style.css +208 -0
  80. data/lib/rubyrun/rubyrun.rb +78 -0
  81. data/lib/rubyrun/rubyrun_buffer_mgr__.rb +49 -0
  82. data/lib/rubyrun/rubyrun_commander__.rb +196 -0
  83. data/lib/rubyrun/rubyrun_dad__.rb +35 -0
  84. data/lib/rubyrun/rubyrun_globals.rb +51 -0
  85. data/lib/rubyrun/rubyrun_html__.rb +136 -0
  86. data/lib/rubyrun/rubyrun_html_writer__.rb +64 -0
  87. data/lib/rubyrun/rubyrun_initializer__.rb +286 -0
  88. data/lib/rubyrun/rubyrun_instrumentor__.rb +226 -0
  89. data/lib/rubyrun/rubyrun_monitor__.rb +237 -0
  90. data/lib/rubyrun/rubyrun_report__.rb +109 -0
  91. data/lib/rubyrun/rubyrun_rss__.rb +97 -0
  92. data/lib/rubyrun/rubyrun_tracer__.rb +79 -0
  93. data/lib/rubyrun/rubyrun_utils__.rb +98 -0
  94. data/lib/rubyrun/rubyrunnative__.bundle +0 -0
  95. data/lib/rubyrunm.rb +10 -0
  96. metadata +149 -0
@@ -0,0 +1,186 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: RubyRunHTMLWriter</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">RubyRunHTMLWriter</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../files/lib/rubyrun/rubyrun_html_writer___rb.html">
59
+ lib/rubyrun/rubyrun_html_writer__.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ Logger
69
+ </td>
70
+ </tr>
71
+ </table>
72
+ </div>
73
+ <!-- banner header -->
74
+
75
+ <div id="bodyContent">
76
+
77
+
78
+
79
+ <div id="contextContent">
80
+
81
+
82
+
83
+ </div>
84
+
85
+ <div id="method-list">
86
+ <h3 class="section-bar">Methods</h3>
87
+
88
+ <div class="name-list">
89
+ <a href="#M000006">format_message</a>&nbsp;&nbsp;
90
+ <a href="#M000005">new</a>&nbsp;&nbsp;
91
+ </div>
92
+ </div>
93
+
94
+ </div>
95
+
96
+
97
+ <!-- if includes -->
98
+
99
+ <div id="section">
100
+
101
+ <div id="class-list">
102
+ <h3 class="section-bar">Classes and Modules</h3>
103
+
104
+ Class <a href="RubyRunHTMLWriter/RubyRunHTMLDevice.html" class="link">RubyRunHTMLWriter::RubyRunHTMLDevice</a><br />
105
+
106
+ </div>
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <!-- if method_list -->
115
+ <div id="methods">
116
+ <h3 class="section-bar">Public Class methods</h3>
117
+
118
+ <div id="method-M000005" class="method-detail">
119
+ <a name="M000005"></a>
120
+
121
+ <div class="method-heading">
122
+ <a href="#M000005" class="method-signature">
123
+ <span class="method-name">new</span><span class="method-args">(logdev, header, shift_age = 0, shift_size = 1048576)</span>
124
+ </a>
125
+ </div>
126
+
127
+ <div class="method-description">
128
+ <p><a class="source-toggle" href="#"
129
+ onclick="toggleCode('M000005-source');return false;">[Source]</a></p>
130
+ <div class="method-source-code" id="M000005-source">
131
+ <pre>
132
+ <span class="ruby-comment cmt"># File lib/rubyrun/rubyrun_html_writer__.rb, line 24</span>
133
+ 24: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">logdev</span>, <span class="ruby-identifier">header</span>, <span class="ruby-identifier">shift_age</span> = <span class="ruby-value">0</span>, <span class="ruby-identifier">shift_size</span> = <span class="ruby-value">1048576</span>)
134
+ 25: <span class="ruby-ivar">@progname</span> = <span class="ruby-keyword kw">nil</span>
135
+ 26: <span class="ruby-ivar">@level</span> = <span class="ruby-constant">DEBUG</span>
136
+ 27: <span class="ruby-ivar">@default_formatter</span> = <span class="ruby-constant">Formatter</span>.<span class="ruby-identifier">new</span>
137
+ 28: <span class="ruby-ivar">@formatter</span> = <span class="ruby-keyword kw">nil</span>
138
+ 29: <span class="ruby-ivar">@logdev</span> = <span class="ruby-keyword kw">nil</span>
139
+ 30: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">logdev</span>
140
+ 31: <span class="ruby-ivar">@logdev</span> = <span class="ruby-constant">RubyRunHTMLDevice</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">logdev</span>, <span class="ruby-identifier">header</span>, <span class="ruby-identifier">:shift_age</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">shift_age</span>,
141
+ 32: <span class="ruby-identifier">:shift_size</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">shift_size</span>)
142
+ 33: <span class="ruby-keyword kw">end</span>
143
+ 34: <span class="ruby-keyword kw">end</span>
144
+ </pre>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <h3 class="section-bar">Public Instance methods</h3>
150
+
151
+ <div id="method-M000006" class="method-detail">
152
+ <a name="M000006"></a>
153
+
154
+ <div class="method-heading">
155
+ <a href="#M000006" class="method-signature">
156
+ <span class="method-name">format_message</span><span class="method-args">(severity, timestamp, progname, msg)</span>
157
+ </a>
158
+ </div>
159
+
160
+ <div class="method-description">
161
+ <p><a class="source-toggle" href="#"
162
+ onclick="toggleCode('M000006-source');return false;">[Source]</a></p>
163
+ <div class="method-source-code" id="M000006-source">
164
+ <pre>
165
+ <span class="ruby-comment cmt"># File lib/rubyrun/rubyrun_html_writer__.rb, line 36</span>
166
+ 36: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">format_message</span> (<span class="ruby-identifier">severity</span>, <span class="ruby-identifier">timestamp</span>, <span class="ruby-identifier">progname</span>, <span class="ruby-identifier">msg</span>)
167
+ 37: <span class="ruby-identifier">msg</span>
168
+ 38: <span class="ruby-keyword kw">end</span>
169
+ </pre>
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+
175
+ </div>
176
+
177
+
178
+ </div>
179
+
180
+
181
+ <div id="validator-badges">
182
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
183
+ </div>
184
+
185
+ </body>
186
+ </html>
@@ -0,0 +1,198 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Module: RubyRunHTML__</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Module</strong></td>
53
+ <td class="class-name-in-header">RubyRunHTML__</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../files/lib/rubyrun/rubyrun_html___rb.html">
59
+ lib/rubyrun/rubyrun_html__.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ </table>
66
+ </div>
67
+ <!-- banner header -->
68
+
69
+ <div id="bodyContent">
70
+
71
+
72
+
73
+ <div id="contextContent">
74
+
75
+
76
+
77
+ </div>
78
+
79
+
80
+ </div>
81
+
82
+
83
+ <!-- if includes -->
84
+
85
+ <div id="section">
86
+
87
+
88
+ <div id="constants-list">
89
+ <h3 class="section-bar">Constants</h3>
90
+
91
+ <div class="name-list">
92
+ <table summary="Constants">
93
+ <tr class="top-aligned-row context-row">
94
+ <td class="context-item-name">OBJ_MAP_HTML</td>
95
+ <td>=</td>
96
+ <td class="context-item-value">&quot;&lt;table cellspacing='2' width='55%'&gt; &lt;tr align='middle' bgcolor='#43bfc7'&gt; &lt;th colspan='2'&gt;&lt;font face='Helvetica' size='2' color='white'&gt;Top 20 Ruby classes with the largest number of objects (%START_TIMESTAMP%)&lt;/font&gt;&lt;/th&gt;&lt;/tr&gt; &lt;tr align='middle' bgcolor='#43bfc7'&gt; &lt;th&gt;&lt;font face='Helvetica' size='2' color='white'&gt;Class name&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face='Helvetica' size='2' color='white'&gt;Number of objects&lt;/font&gt;&lt;/th&gt; %OBJ_MAP_ROW% &lt;/table&gt;&lt;br&gt;&lt;/br&gt;&quot;</td>
97
+ </tr>
98
+ <tr class="top-aligned-row context-row">
99
+ <td class="context-item-name">OBJ_MAP_ODD_ROW</td>
100
+ <td>=</td>
101
+ <td class="context-item-value">&quot;&lt;tr align='middle'&gt; &lt;td align='left' bgcolor='#afdcec'&gt;&lt;font face='Tahoma' size='2' color='black'&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align='left' bgcolor='#afdcec'&gt;&lt;font face='Tahoma' size='2' color='black'&gt;%s&lt;/font&gt;&lt;/td&gt;&quot;</td>
102
+ </tr>
103
+ <tr class="top-aligned-row context-row">
104
+ <td class="context-item-name">OBJ_MAP_EVEN_ROW</td>
105
+ <td>=</td>
106
+ <td class="context-item-value">&quot;&lt;tr align='middle'&gt; &lt;td align='left'&gt;&lt;font face='Tahoma' size='2' color='black'&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align='left'&gt;&lt;font face='Tahoma' size='2' color='black'&gt;%s&lt;/font&gt;&lt;/td&gt;&quot;</td>
107
+ </tr>
108
+ <tr class="top-aligned-row context-row">
109
+ <td class="context-item-name">THREAD_STATUS_HTML</td>
110
+ <td>=</td>
111
+ <td class="context-item-value">&quot;&lt;table cellspacing='2' width='100%'&gt; &lt;tr align='middle' bgcolor='#43bfc7'&gt; &lt;th colspan='3'&gt;&lt;font face='Helvetica' size='2' color='white'&gt;RubyRun Thread Status Starts (%START_TIMESTAMP%)&lt;/font&gt;&lt;/th&gt; &lt;tr align='middle' bgcolor='#43bfc7'&gt; &lt;th&gt;&lt;font face='Helvetica' size='2' color='white'&gt;Thread ID&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face='Helvetica' size='2' color='white'&gt;Status&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face='Helvetica' size='2' color='white'&gt;Top of the stack&lt;/font&gt;&lt;/th&gt; %THREAD_STATUS_ROW% &lt;/table&gt;&lt;br&gt;&lt;/br&gt;&quot;</td>
112
+ </tr>
113
+ <tr class="top-aligned-row context-row">
114
+ <td class="context-item-name">THREAD_STATUS_ODD_ROW</td>
115
+ <td>=</td>
116
+ <td class="context-item-value">&quot;&lt;tr align='middle'&gt; &lt;td bgcolor='#afdcec'&gt;&lt;font face='Tahoma' size='2' color='black'&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor='#afdcec'&gt;&lt;font face='Tahoma' size='2' color='black'&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align='left' bgcolor='#afdcec'&gt;&lt;font face='Tahoma' size='2' color='black'&gt;%s&lt;/font&gt;&lt;/td&gt;&quot;</td>
117
+ </tr>
118
+ <tr class="top-aligned-row context-row">
119
+ <td class="context-item-name">THREAD_STATUS_EVEN_ROW</td>
120
+ <td>=</td>
121
+ <td class="context-item-value">&quot;&lt;tr align='middle'&gt; &lt;td&gt;&lt;font face='Tahoma' size='2' color='black'&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;font face='Tahoma' size='2' color='black'&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align='left'&gt;&lt;font face='Tahoma' size='2' color='black'&gt;%s&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&quot;</td>
122
+ </tr>
123
+ <tr class="top-aligned-row context-row">
124
+ <td class="context-item-name">METHOD_TRACE_HEADER</td>
125
+ <td>=</td>
126
+ <td class="context-item-value">&quot;&lt;table cellspacing=2 width=100%&gt; &lt;tr align=center bgcolor=#43BFC7&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=white&gt;Time&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=white&gt;Thread ID&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=white&gt;Method Entry/Exit&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=white&gt;Time Taken&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=white&gt;Class&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=white&gt;Method&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=white&gt;Parameter Value(s)&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=white&gt;Caller Object Class&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=white&gt;Caller Method&lt;/font&gt;&lt;/th&gt;&lt;/tr&gt;&quot;</td>
127
+ </tr>
128
+ <tr class="top-aligned-row context-row">
129
+ <td class="context-item-name">METHOD_TRACE_ODD_ROW</td>
130
+ <td>=</td>
131
+ <td class="context-item-value">&quot;&lt;tr align=center&gt; &lt;td bgcolor=#AFDCEC&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=#AFDCEC&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=#AFDCEC&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=%s&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align=left bgcolor=#AFDCEC&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align=left bgcolor=#AFDCEC&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align=left bgcolor=#AFDCEC&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align=left bgcolor=#AFDCEC&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align=left bgcolor=#AFDCEC&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&quot;</td>
132
+ </tr>
133
+ <tr class="top-aligned-row context-row">
134
+ <td class="context-item-name">METHOD_TRACE_EVEN_ROW</td>
135
+ <td>=</td>
136
+ <td class="context-item-value">&quot;&lt;tr align=center&gt; &lt;td&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=%s&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align=left&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align=left&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align=left&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align=left&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td align=left&gt;&lt;font face='Tahoma' size=2 color=black&gt;%s&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&quot;</td>
137
+ </tr>
138
+ <tr class="top-aligned-row context-row">
139
+ <td class="context-item-name">THROUGHPUT_HTML</td>
140
+ <td>=</td>
141
+ <td class="context-item-value">&quot;&lt;p align=center&gt;&lt;font size='3' face='Verdana'&gt;Performance summary of %APPS_NAME% as of %TIMESTAMP%&lt;/font&gt;&lt;/p&gt; &lt;table id=tblgraph align=center width=80 cellpadding=2 cellspacing=0 border=0&gt; &lt;tr&gt;&lt;td bgcolor=WHITE align=center valign=middle width=22 style='writing-mode:tb-rl'&gt;&lt;font face=arial size='-1'&gt;Average throughput per min&lt;/font&gt;&lt;/td&gt;%THROUGHPUT_BAR_TABLE%&lt;/tr&gt; &lt;tr bgcolor=#505050&gt; &lt;td align=center bordor=1 bgcolor=#FFFFFF&gt;&amp;nbsp;&lt;/td&gt;%THROUGHPUT_LABEL_TABLE% &lt;td bgcolor=white align=center&gt;&lt;font face=arial size='-2' color=black&gt;Time&lt;/font&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/table&gt;&quot;</td>
142
+ </tr>
143
+ <tr class="top-aligned-row context-row">
144
+ <td class="context-item-name">THROUGHPUT_BAR_TABLE</td>
145
+ <td>=</td>
146
+ <td class="context-item-value">&quot;&lt;td align=center valign=bottom width=22&gt; &lt;font face=arial size='-2'&gt;%s&lt;/font&gt;&lt;br&gt; &lt;div style='writing-mode:tb-rl; background-color:firebrick; width:30; height:%d;' /&gt; &lt;/td&gt;&quot;</td>
147
+ </tr>
148
+ <tr class="top-aligned-row context-row">
149
+ <td class="context-item-name">THROUGHPUT_LABEL_TABLE</td>
150
+ <td>=</td>
151
+ <td class="context-item-value">&quot;&lt;td align=center&gt;&lt;font face=arial size='-2' color=white&gt;%s&lt;/font&gt;&lt;/td&gt;&quot;</td>
152
+ </tr>
153
+ <tr class="top-aligned-row context-row">
154
+ <td class="context-item-name">TOP_SLOWEST_REQUESTS_HTML</td>
155
+ <td>=</td>
156
+ <td class="context-item-value">&quot;&lt;p&gt;&lt;font size='2' face='Verdana'&gt;Top 10 Slowest Requests&lt;/font&gt;&lt;/p&gt; &lt;table cellspacing=0 width=50%%&gt;&lt;tr bgcolor=FF6633&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=#FFFFFF&gt;Controller/Action&lt;font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=#FFFFFF&gt;Response Time&lt;font&gt;&lt;/th&gt;&lt;/tr&gt; %TOP_SLOWEST_REQUESTS_TABLE% &lt;/table&gt;&quot;</td>
157
+ </tr>
158
+ <tr class="top-aligned-row context-row">
159
+ <td class="context-item-name">TOP_SLOWEST_REQUESTS_TABLE</td>
160
+ <td>=</td>
161
+ <td class="context-item-value">&quot;&lt;tr&gt;&lt;td align=left bgcolor=585858&gt;&lt;font face=Helvetica size=2 color=white&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;table&gt;&lt;tr&gt;&lt;td bgcolor=firebrick&gt;&lt;div style='writing-mode:tb-rl; background-color:firebrick; width:%d; height:5;' /&gt;&lt;/td&gt;&lt;td&gt;&lt;font face=Helvetica SIZE=1&gt;%0.3fs&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&quot;</td>
162
+ </tr>
163
+ <tr class="top-aligned-row context-row">
164
+ <td class="context-item-name">REQ_PERF_BREAKDOWN_HTML</td>
165
+ <td>=</td>
166
+ <td class="context-item-value">&quot;&lt;p&gt;&lt;font size='2' face='Verdana'&gt;Request Performance Breakdown&lt;/font&gt;&lt;/p&gt; &lt;table cellspacing=0 width=100%&gt; &lt;tr bgcolor=FF6633&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=#FFFFFF&gt;Controller/Action&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=#FFFFFF&gt;Request Count&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=#FFFFFF&gt;Response Time&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=#FFFFFF&gt;Action Time&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=#FFFFFF&gt;Database IO Time&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=#FFFFFF&gt;View Time&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=#FFFFFF&gt;Dispatch Delay Time&lt;/font&gt;&lt;/th&gt; &lt;th&gt;&lt;font face=Helvetica size=2 color=#FFFFFF&gt;Uncaptured Time&lt;/font&gt;&lt;/th&gt; &lt;/tr&gt;%REQ_PERF_BREAKDOWN_TABLE%&lt;/table&gt; &lt;font size='1' face='Verdana'&gt;Note: Process components are results of functional decomposition which overlap each other. As a result, times do not add up to 100%. The hotspots of performance slowdowns, however, are easily accountable from functional standpoint.&lt;/font&gt;&lt;br&gt;&lt;/br&gt;&quot;</td>
167
+ </tr>
168
+ <tr class="top-aligned-row context-row">
169
+ <td class="context-item-name">REQ_PERF_BREAKDOWN_TABLE_ODD</td>
170
+ <td>=</td>
171
+ <td class="context-item-value">'&lt;tr align=center&gt; &lt;td align=left bgcolor=585858&gt;&lt;font face=Helvetica size=2 color=white&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=C0C0C0&gt;&lt;font face=Helvetica size=2 color=black&gt;%d&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=C0C0C0&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=C0C0C0&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs (%d%%)&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=C0C0C0&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs (%d%%)&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=C0C0C0&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs (%d%%)&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=C0C0C0&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs (%d%%)&lt;/font&gt;&lt;/td&gt; &lt;td bgcolor=C0C0C0&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs&lt;/font&gt;&lt;/td&gt; &lt;/tr&gt;'</td>
172
+ </tr>
173
+ <tr class="top-aligned-row context-row">
174
+ <td class="context-item-name">REQ_PERF_BREAKDOWN_TABLE_EVEN</td>
175
+ <td>=</td>
176
+ <td class="context-item-value">'&lt;tr align=center&gt; &lt;td align=left bgcolor=585858&gt;&lt;font face=Helvetica size=2 color=white&gt;%s&lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;font face=Helvetica size=2 color=black&gt;%d&lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs &lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs (%d%%)&lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs (%d%%)&lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs (%d%%)&lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs (%d%%)&lt;/font&gt;&lt;/td&gt; &lt;td&gt;&lt;font face=Helvetica size=2 color=black&gt;%0.3fs&lt;/font&gt;&lt;/td&gt; &lt;/tr&gt;'</td>
177
+ </tr>
178
+ </table>
179
+ </div>
180
+ </div>
181
+
182
+
183
+
184
+
185
+
186
+
187
+ <!-- if method_list -->
188
+
189
+
190
+ </div>
191
+
192
+
193
+ <div id="validator-badges">
194
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
195
+ </div>
196
+
197
+ </body>
198
+ </html>