ruby-prof 0.15.7 → 0.15.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES +5 -0
  3. data/doc/created.rid +4 -4
  4. data/doc/js/search_index.js.gz +0 -0
  5. data/examples/graph.dot +53 -75
  6. data/examples/multi.flat.txt +21 -21
  7. data/examples/multi.graph.html +693 -839
  8. data/examples/multi.grind.dat +93 -173
  9. data/examples/multi.stack.html +411 -437
  10. data/examples/stack.html +411 -437
  11. data/lib/ruby-prof/assets/call_stack_printer.css.html +117 -0
  12. data/lib/ruby-prof/assets/call_stack_printer.js.html +385 -0
  13. data/lib/ruby-prof/assets/call_stack_printer.png +0 -0
  14. data/lib/ruby-prof/printers/flat_printer.rb +1 -1
  15. data/lib/ruby-prof/printers/graph_html_printer.rb +43 -48
  16. data/lib/ruby-prof/version.rb +1 -1
  17. data/ruby-prof.gemspec +1 -1
  18. data/test/measure_memory_test.rb +5 -3
  19. data/test/printers_test.rb +1 -1
  20. metadata +5 -58
  21. data/doc/LICENSE.html +0 -114
  22. data/doc/README_rdoc.html +0 -592
  23. data/doc/Rack.html +0 -95
  24. data/doc/Rack/RubyProf.html +0 -264
  25. data/doc/RubyProf.html +0 -961
  26. data/doc/RubyProf/AbstractPrinter.html +0 -546
  27. data/doc/RubyProf/AggregateCallInfo.html +0 -537
  28. data/doc/RubyProf/CallInfo.html +0 -716
  29. data/doc/RubyProf/CallInfoPrinter.html +0 -120
  30. data/doc/RubyProf/CallInfoVisitor.html +0 -198
  31. data/doc/RubyProf/CallStackPrinter.html +0 -1121
  32. data/doc/RubyProf/CallTreePrinter.html +0 -359
  33. data/doc/RubyProf/Cmd.html +0 -631
  34. data/doc/RubyProf/DotPrinter.html +0 -257
  35. data/doc/RubyProf/FlatPrinter.html +0 -163
  36. data/doc/RubyProf/FlatPrinterWithLineNumbers.html +0 -208
  37. data/doc/RubyProf/GraphHtmlPrinter.html +0 -579
  38. data/doc/RubyProf/GraphPrinter.html +0 -139
  39. data/doc/RubyProf/MethodInfo.html +0 -885
  40. data/doc/RubyProf/MultiPrinter.html +0 -358
  41. data/doc/RubyProf/Profile.html +0 -713
  42. data/doc/RubyProf/ProfileTask.html +0 -490
  43. data/doc/RubyProf/Thread.html +0 -303
  44. data/doc/examples/flat_txt.html +0 -149
  45. data/doc/examples/graph_html.html +0 -850
  46. data/doc/examples/graph_txt.html +0 -274
  47. data/doc/images/add.png +0 -0
  48. data/doc/images/arrow_up.png +0 -0
  49. data/doc/images/brick.png +0 -0
  50. data/doc/images/brick_link.png +0 -0
  51. data/doc/images/bug.png +0 -0
  52. data/doc/images/bullet_black.png +0 -0
  53. data/doc/images/bullet_toggle_minus.png +0 -0
  54. data/doc/images/bullet_toggle_plus.png +0 -0
  55. data/doc/images/date.png +0 -0
  56. data/doc/images/delete.png +0 -0
  57. data/doc/images/find.png +0 -0
  58. data/doc/images/macFFBgHack.png +0 -0
  59. data/doc/images/package.png +0 -0
  60. data/doc/images/page_green.png +0 -0
  61. data/doc/images/page_white_text.png +0 -0
  62. data/doc/images/page_white_width.png +0 -0
  63. data/doc/images/plugin.png +0 -0
  64. data/doc/images/ruby.png +0 -0
  65. data/doc/images/tag_blue.png +0 -0
  66. data/doc/images/tag_green.png +0 -0
  67. data/doc/images/transparent.png +0 -0
  68. data/doc/images/wrench.png +0 -0
  69. data/doc/images/wrench_orange.png +0 -0
  70. data/doc/images/zoom.png +0 -0
  71. data/doc/index.html +0 -618
  72. data/doc/table_of_contents.html +0 -934
  73. data/examples/empty.png +0 -0
  74. data/examples/graph.png +0 -0
  75. data/examples/minus.png +0 -0
  76. data/examples/plus.png +0 -0
@@ -1,934 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>Table of Contents - ruby-prof</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "./";
11
- </script>
12
-
13
- <script src="./js/jquery.js"></script>
14
- <script src="./js/darkfish.js"></script>
15
-
16
- <link href="./css/fonts.css" rel="stylesheet">
17
- <link href="./css/rdoc.css" rel="stylesheet">
18
-
19
-
20
-
21
- <body id="top" class="table-of-contents">
22
- <main role="main">
23
- <h1 class="class">Table of Contents - ruby-prof</h1>
24
-
25
- <h2 id="pages">Pages</h2>
26
- <ul>
27
- <li class="file">
28
- <a href="LICENSE.html">LICENSE</a>
29
- </li>
30
- <li class="file">
31
- <a href="README_rdoc.html">README</a>
32
-
33
- <ul>
34
- <li><a href="README_rdoc.html#label-ruby-prof">ruby-prof</a>
35
- <li><a href="README_rdoc.html#label-Overview">Overview</a>
36
- <li><a href="README_rdoc.html#label-Requirements">Requirements</a>
37
- <li><a href="README_rdoc.html#label-Install">Install</a>
38
- <li><a href="README_rdoc.html#label-Usage">Usage</a>
39
- <li><a href="README_rdoc.html#label-ruby-prof+executable">ruby-prof executable</a>
40
- <li><a href="README_rdoc.html#label-ruby-prof+API">ruby-prof API</a>
41
- <li><a href="README_rdoc.html#label-Method+and+Thread+Elimination">Method and Thread Elimination</a>
42
- <li><a href="README_rdoc.html#label-Benchmarking+full+load+time+including+rubygems+startup+cost">Benchmarking full load time including rubygems startup cost</a>
43
- <li><a href="README_rdoc.html#label-Profiling+Rails">Profiling Rails</a>
44
- <li><a href="README_rdoc.html#label-Reports">Reports</a>
45
- <li><a href="README_rdoc.html#label-Printers">Printers</a>
46
- <li><a href="README_rdoc.html#label-Measurements">Measurements</a>
47
- <li><a href="README_rdoc.html#label-Multi-threaded+Applications">Multi-threaded Applications</a>
48
- <li><a href="README_rdoc.html#label-Performance">Performance</a>
49
- <li><a href="README_rdoc.html#label-License">License</a>
50
- <li><a href="README_rdoc.html#label-Development">Development</a>
51
- </ul>
52
- </li>
53
- <li class="file">
54
- <a href="examples/flat_txt.html">flat</a>
55
-
56
- <ul>
57
- <li><a href="examples/flat_txt.html#label-Flat+Profiles">Flat Profiles</a>
58
- </ul>
59
- </li>
60
- <li class="file">
61
- <a href="examples/graph_html.html">graph.html</a>
62
- </li>
63
- <li class="file">
64
- <a href="examples/graph_txt.html">graph</a>
65
-
66
- <ul>
67
- <li><a href="examples/graph_txt.html#label-Graph+Profiles">Graph Profiles</a>
68
- <li><a href="examples/graph_txt.html#label-Overview">Overview</a>
69
- <li><a href="examples/graph_txt.html#label-Parents">Parents</a>
70
- <li><a href="examples/graph_txt.html#label-Children">Children</a>
71
- </ul>
72
- </li>
73
-
74
- </ul>
75
-
76
- <h2 id="classes">Classes and Modules</h2>
77
- <ul>
78
- <li class="module">
79
- <a href="Rack.html">Rack</a>
80
- </li>
81
- <li class="class">
82
- <a href="Rack/RubyProf.html">Rack::RubyProf</a>
83
- </li>
84
- <li class="module">
85
- <a href="RubyProf.html">RubyProf</a>
86
- </li>
87
- <li class="class">
88
- <a href="RubyProf/AbstractPrinter.html">RubyProf::AbstractPrinter</a>
89
- </li>
90
- <li class="class">
91
- <a href="RubyProf/AggregateCallInfo.html">RubyProf::AggregateCallInfo</a>
92
- </li>
93
- <li class="class">
94
- <a href="RubyProf/CallInfo.html">RubyProf::CallInfo</a>
95
- </li>
96
- <li class="class">
97
- <a href="RubyProf/CallInfoPrinter.html">RubyProf::CallInfoPrinter</a>
98
- </li>
99
- <li class="class">
100
- <a href="RubyProf/CallInfoVisitor.html">RubyProf::CallInfoVisitor</a>
101
- </li>
102
- <li class="class">
103
- <a href="RubyProf/CallStackPrinter.html">RubyProf::CallStackPrinter</a>
104
- </li>
105
- <li class="class">
106
- <a href="RubyProf/CallTreePrinter.html">RubyProf::CallTreePrinter</a>
107
- </li>
108
- <li class="class">
109
- <a href="RubyProf/Cmd.html">RubyProf::Cmd</a>
110
- </li>
111
- <li class="class">
112
- <a href="RubyProf/DotPrinter.html">RubyProf::DotPrinter</a>
113
- </li>
114
- <li class="class">
115
- <a href="RubyProf/FlatPrinter.html">RubyProf::FlatPrinter</a>
116
- </li>
117
- <li class="class">
118
- <a href="RubyProf/FlatPrinterWithLineNumbers.html">RubyProf::FlatPrinterWithLineNumbers</a>
119
- </li>
120
- <li class="class">
121
- <a href="RubyProf/GraphHtmlPrinter.html">RubyProf::GraphHtmlPrinter</a>
122
- </li>
123
- <li class="class">
124
- <a href="RubyProf/GraphPrinter.html">RubyProf::GraphPrinter</a>
125
- </li>
126
- <li class="class">
127
- <a href="RubyProf/MethodInfo.html">RubyProf::MethodInfo</a>
128
- </li>
129
- <li class="class">
130
- <a href="RubyProf/MultiPrinter.html">RubyProf::MultiPrinter</a>
131
- </li>
132
- <li class="class">
133
- <a href="RubyProf/Profile.html">RubyProf::Profile</a>
134
- </li>
135
- <li class="class">
136
- <a href="RubyProf/ProfileTask.html">RubyProf::ProfileTask</a>
137
- </li>
138
- <li class="class">
139
- <a href="RubyProf/Thread.html">RubyProf::Thread</a>
140
- </li>
141
- </ul>
142
-
143
- <h2 id="methods">Methods</h2>
144
- <ul>
145
-
146
- <li class="method">
147
- <a href="RubyProf.html#method-c-cpu_frequency">::cpu_frequency</a>
148
- &mdash;
149
- <span class="container">RubyProf</span>
150
-
151
- <li class="method">
152
- <a href="RubyProf.html#method-c-exclude_threads">::exclude_threads</a>
153
- &mdash;
154
- <span class="container">RubyProf</span>
155
-
156
- <li class="method">
157
- <a href="RubyProf.html#method-c-exclude_threads-3D">::exclude_threads=</a>
158
- &mdash;
159
- <span class="container">RubyProf</span>
160
-
161
- <li class="method">
162
- <a href="RubyProf.html#method-c-figure_measure_mode">::figure_measure_mode</a>
163
- &mdash;
164
- <span class="container">RubyProf</span>
165
-
166
- <li class="method">
167
- <a href="RubyProf.html#method-c-measure_allocations">::measure_allocations</a>
168
- &mdash;
169
- <span class="container">RubyProf</span>
170
-
171
- <li class="method">
172
- <a href="RubyProf.html#method-c-measure_cpu_time">::measure_cpu_time</a>
173
- &mdash;
174
- <span class="container">RubyProf</span>
175
-
176
- <li class="method">
177
- <a href="RubyProf.html#method-c-measure_gc_runs">::measure_gc_runs</a>
178
- &mdash;
179
- <span class="container">RubyProf</span>
180
-
181
- <li class="method">
182
- <a href="RubyProf.html#method-c-measure_gc_time">::measure_gc_time</a>
183
- &mdash;
184
- <span class="container">RubyProf</span>
185
-
186
- <li class="method">
187
- <a href="RubyProf.html#method-c-measure_memory">::measure_memory</a>
188
- &mdash;
189
- <span class="container">RubyProf</span>
190
-
191
- <li class="method">
192
- <a href="RubyProf.html#method-c-measure_mode">::measure_mode</a>
193
- &mdash;
194
- <span class="container">RubyProf</span>
195
-
196
- <li class="method">
197
- <a href="RubyProf.html#method-c-measure_mode-3D">::measure_mode=</a>
198
- &mdash;
199
- <span class="container">RubyProf</span>
200
-
201
- <li class="method">
202
- <a href="RubyProf.html#method-c-measure_mode_string">::measure_mode_string</a>
203
- &mdash;
204
- <span class="container">RubyProf</span>
205
-
206
- <li class="method">
207
- <a href="RubyProf.html#method-c-measure_process_time">::measure_process_time</a>
208
- &mdash;
209
- <span class="container">RubyProf</span>
210
-
211
- <li class="method">
212
- <a href="RubyProf.html#method-c-measure_wall_time">::measure_wall_time</a>
213
- &mdash;
214
- <span class="container">RubyProf</span>
215
-
216
- <li class="method">
217
- <a href="RubyProf/Cmd.html#method-c-new">::new</a>
218
- &mdash;
219
- <span class="container">RubyProf::Cmd</span>
220
-
221
- <li class="method">
222
- <a href="RubyProf/Profile.html#method-c-new">::new</a>
223
- &mdash;
224
- <span class="container">RubyProf::Profile</span>
225
-
226
- <li class="method">
227
- <a href="RubyProf/AbstractPrinter.html#method-c-new">::new</a>
228
- &mdash;
229
- <span class="container">RubyProf::AbstractPrinter</span>
230
-
231
- <li class="method">
232
- <a href="RubyProf/CallInfoVisitor.html#method-c-new">::new</a>
233
- &mdash;
234
- <span class="container">RubyProf::CallInfoVisitor</span>
235
-
236
- <li class="method">
237
- <a href="RubyProf/AggregateCallInfo.html#method-c-new">::new</a>
238
- &mdash;
239
- <span class="container">RubyProf::AggregateCallInfo</span>
240
-
241
- <li class="method">
242
- <a href="RubyProf/ProfileTask.html#method-c-new">::new</a>
243
- &mdash;
244
- <span class="container">RubyProf::ProfileTask</span>
245
-
246
- <li class="method">
247
- <a href="RubyProf/DotPrinter.html#method-c-new">::new</a>
248
- &mdash;
249
- <span class="container">RubyProf::DotPrinter</span>
250
-
251
- <li class="method">
252
- <a href="RubyProf/MultiPrinter.html#method-c-new">::new</a>
253
- &mdash;
254
- <span class="container">RubyProf::MultiPrinter</span>
255
-
256
- <li class="method">
257
- <a href="Rack/RubyProf.html#method-c-new">::new</a>
258
- &mdash;
259
- <span class="container">Rack::RubyProf</span>
260
-
261
- <li class="method">
262
- <a href="RubyProf.html#method-c-pause">::pause</a>
263
- &mdash;
264
- <span class="container">RubyProf</span>
265
-
266
- <li class="method">
267
- <a href="RubyProf/Profile.html#method-c-profile">::profile</a>
268
- &mdash;
269
- <span class="container">RubyProf::Profile</span>
270
-
271
- <li class="method">
272
- <a href="RubyProf.html#method-c-profile">::profile</a>
273
- &mdash;
274
- <span class="container">RubyProf</span>
275
-
276
- <li class="method">
277
- <a href="RubyProf.html#method-c-resume">::resume</a>
278
- &mdash;
279
- <span class="container">RubyProf</span>
280
-
281
- <li class="method">
282
- <a href="RubyProf/CallInfo.html#method-c-roots_of">::roots_of</a>
283
- &mdash;
284
- <span class="container">RubyProf::CallInfo</span>
285
-
286
- <li class="method">
287
- <a href="RubyProf.html#method-c-running-3F">::running?</a>
288
- &mdash;
289
- <span class="container">RubyProf</span>
290
-
291
- <li class="method">
292
- <a href="RubyProf.html#method-c-start">::start</a>
293
- &mdash;
294
- <span class="container">RubyProf</span>
295
-
296
- <li class="method">
297
- <a href="RubyProf.html#method-c-start_script">::start_script</a>
298
- &mdash;
299
- <span class="container">RubyProf</span>
300
-
301
- <li class="method">
302
- <a href="RubyProf.html#method-c-stop">::stop</a>
303
- &mdash;
304
- <span class="container">RubyProf</span>
305
-
306
- <li class="method">
307
- <a href="RubyProf/MethodInfo.html#method-i-3C-3D-3E">#&lt;=&gt;</a>
308
- &mdash;
309
- <span class="container">RubyProf::MethodInfo</span>
310
-
311
- <li class="method">
312
- <a href="RubyProf/MethodInfo.html#method-i-aggregate_children">#aggregate_children</a>
313
- &mdash;
314
- <span class="container">RubyProf::MethodInfo</span>
315
-
316
- <li class="method">
317
- <a href="RubyProf/MethodInfo.html#method-i-aggregate_parents">#aggregate_parents</a>
318
- &mdash;
319
- <span class="container">RubyProf::MethodInfo</span>
320
-
321
- <li class="method">
322
- <a href="RubyProf/CallStackPrinter.html#method-i-application">#application</a>
323
- &mdash;
324
- <span class="container">RubyProf::CallStackPrinter</span>
325
-
326
- <li class="method">
327
- <a href="RubyProf/CallStackPrinter.html#method-i-arguments">#arguments</a>
328
- &mdash;
329
- <span class="container">RubyProf::CallStackPrinter</span>
330
-
331
- <li class="method">
332
- <a href="RubyProf/CallStackPrinter.html#method-i-base64_image">#base64_image</a>
333
- &mdash;
334
- <span class="container">RubyProf::CallStackPrinter</span>
335
-
336
- <li class="method">
337
- <a href="Rack/RubyProf.html#method-i-call">#call</a>
338
- &mdash;
339
- <span class="container">Rack::RubyProf</span>
340
-
341
- <li class="method">
342
- <a href="RubyProf/CallInfo.html#method-i-call_sequence">#call_sequence</a>
343
- &mdash;
344
- <span class="container">RubyProf::CallInfo</span>
345
-
346
- <li class="method">
347
- <a href="RubyProf/MethodInfo.html#method-i-called">#called</a>
348
- &mdash;
349
- <span class="container">RubyProf::MethodInfo</span>
350
-
351
- <li class="method">
352
- <a href="RubyProf/AggregateCallInfo.html#method-i-called">#called</a>
353
- &mdash;
354
- <span class="container">RubyProf::AggregateCallInfo</span>
355
-
356
- <li class="method">
357
- <a href="RubyProf/MethodInfo.html#method-i-children">#children</a>
358
- &mdash;
359
- <span class="container">RubyProf::MethodInfo</span>
360
-
361
- <li class="method">
362
- <a href="RubyProf/AggregateCallInfo.html#method-i-children">#children</a>
363
- &mdash;
364
- <span class="container">RubyProf::AggregateCallInfo</span>
365
-
366
- <li class="method">
367
- <a href="RubyProf/CallInfo.html#method-i-children_time">#children_time</a>
368
- &mdash;
369
- <span class="container">RubyProf::CallInfo</span>
370
-
371
- <li class="method">
372
- <a href="RubyProf/AggregateCallInfo.html#method-i-children_time">#children_time</a>
373
- &mdash;
374
- <span class="container">RubyProf::AggregateCallInfo</span>
375
-
376
- <li class="method">
377
- <a href="RubyProf/MethodInfo.html#method-i-children_time">#children_time</a>
378
- &mdash;
379
- <span class="container">RubyProf::MethodInfo</span>
380
-
381
- <li class="method">
382
- <a href="RubyProf/ProfileTask.html#method-i-clean_output_directory">#clean_output_directory</a>
383
- &mdash;
384
- <span class="container">RubyProf::ProfileTask</span>
385
-
386
- <li class="method">
387
- <a href="RubyProf/MethodInfo.html#method-i-clear_cached_values_which_depend_on_recursiveness">#clear_cached_values_which_depend_on_recursiveness</a>
388
- &mdash;
389
- <span class="container">RubyProf::MethodInfo</span>
390
-
391
- <li class="method">
392
- <a href="RubyProf/CallStackPrinter.html#method-i-color">#color</a>
393
- &mdash;
394
- <span class="container">RubyProf::CallStackPrinter</span>
395
-
396
- <li class="method">
397
- <a href="RubyProf/CallTreePrinter.html#method-i-convert">#convert</a>
398
- &mdash;
399
- <span class="container">RubyProf::CallTreePrinter</span>
400
-
401
- <li class="method">
402
- <a href="RubyProf/GraphHtmlPrinter.html#method-i-create_link">#create_link</a>
403
- &mdash;
404
- <span class="container">RubyProf::GraphHtmlPrinter</span>
405
-
406
- <li class="method">
407
- <a href="RubyProf/ProfileTask.html#method-i-create_output_directory">#create_output_directory</a>
408
- &mdash;
409
- <span class="container">RubyProf::ProfileTask</span>
410
-
411
- <li class="method">
412
- <a href="RubyProf/ProfileTask.html#method-i-define">#define</a>
413
- &mdash;
414
- <span class="container">RubyProf::ProfileTask</span>
415
-
416
- <li class="method">
417
- <a href="RubyProf/CallInfo.html#method-i-descendent_of">#descendent_of</a>
418
- &mdash;
419
- <span class="container">RubyProf::CallInfo</span>
420
-
421
- <li class="method">
422
- <a href="RubyProf/Thread.html#method-i-detect_recursion">#detect_recursion</a>
423
- &mdash;
424
- <span class="container">RubyProf::Thread</span>
425
-
426
- <li class="method">
427
- <a href="RubyProf/CallInfo.html#method-i-detect_recursion">#detect_recursion</a>
428
- &mdash;
429
- <span class="container">RubyProf::CallInfo</span>
430
-
431
- <li class="method">
432
- <a href="RubyProf/MethodInfo.html#method-i-detect_recursion">#detect_recursion</a>
433
- &mdash;
434
- <span class="container">RubyProf::MethodInfo</span>
435
-
436
- <li class="method">
437
- <a href="RubyProf/CallStackPrinter.html#method-i-dump">#dump</a>
438
- &mdash;
439
- <span class="container">RubyProf::CallStackPrinter</span>
440
-
441
- <li class="method">
442
- <a href="RubyProf/CallInfo.html#method-i-eliminate-21">#eliminate!</a>
443
- &mdash;
444
- <span class="container">RubyProf::CallInfo</span>
445
-
446
- <li class="method">
447
- <a href="RubyProf/MethodInfo.html#method-i-eliminate-21">#eliminate!</a>
448
- &mdash;
449
- <span class="container">RubyProf::MethodInfo</span>
450
-
451
- <li class="method">
452
- <a href="RubyProf/Profile.html#method-i-eliminate_methods-21">#eliminate_methods!</a>
453
- &mdash;
454
- <span class="container">RubyProf::Profile</span>
455
-
456
- <li class="method">
457
- <a href="RubyProf/CallStackPrinter.html#method-i-expansion">#expansion</a>
458
- &mdash;
459
- <span class="container">RubyProf::CallStackPrinter</span>
460
-
461
- <li class="method">
462
- <a href="RubyProf/CallTreePrinter.html#method-i-file">#file</a>
463
- &mdash;
464
- <span class="container">RubyProf::CallTreePrinter</span>
465
-
466
- <li class="method">
467
- <a href="RubyProf/GraphHtmlPrinter.html#method-i-file_link">#file_link</a>
468
- &mdash;
469
- <span class="container">RubyProf::GraphHtmlPrinter</span>
470
-
471
- <li class="method">
472
- <a href="RubyProf/CallInfo.html#method-i-find_call">#find_call</a>
473
- &mdash;
474
- <span class="container">RubyProf::CallInfo</span>
475
-
476
- <li class="method">
477
- <a href="RubyProf/MultiPrinter.html#method-i-flat_profile">#flat_profile</a>
478
- &mdash;
479
- <span class="container">RubyProf::MultiPrinter</span>
480
-
481
- <li class="method">
482
- <a href="RubyProf/CallStackPrinter.html#method-i-graph_link">#graph_link</a>
483
- &mdash;
484
- <span class="container">RubyProf::CallStackPrinter</span>
485
-
486
- <li class="method">
487
- <a href="RubyProf/MultiPrinter.html#method-i-graph_profile">#graph_profile</a>
488
- &mdash;
489
- <span class="container">RubyProf::MultiPrinter</span>
490
-
491
- <li class="method">
492
- <a href="RubyProf/CallInfo.html#method-i-inspect">#inspect</a>
493
- &mdash;
494
- <span class="container">RubyProf::CallInfo</span>
495
-
496
- <li class="method">
497
- <a href="RubyProf/AggregateCallInfo.html#method-i-line">#line</a>
498
- &mdash;
499
- <span class="container">RubyProf::AggregateCallInfo</span>
500
-
501
- <li class="method">
502
- <a href="RubyProf/CallStackPrinter.html#method-i-link">#link</a>
503
- &mdash;
504
- <span class="container">RubyProf::CallStackPrinter</span>
505
-
506
- <li class="method">
507
- <a href="RubyProf/Cmd.html#method-i-load_pre_execs">#load_pre_execs</a>
508
- &mdash;
509
- <span class="container">RubyProf::Cmd</span>
510
-
511
- <li class="method">
512
- <a href="RubyProf/Cmd.html#method-i-load_pre_libs">#load_pre_libs</a>
513
- &mdash;
514
- <span class="container">RubyProf::Cmd</span>
515
-
516
- <li class="method">
517
- <a href="RubyProf/CallInfo.html#method-i-merge_call_tree">#merge_call_tree</a>
518
- &mdash;
519
- <span class="container">RubyProf::CallInfo</span>
520
-
521
- <li class="method">
522
- <a href="RubyProf/CallStackPrinter.html#method-i-method_href">#method_href</a>
523
- &mdash;
524
- <span class="container">RubyProf::CallStackPrinter</span>
525
-
526
- <li class="method">
527
- <a href="RubyProf/GraphHtmlPrinter.html#method-i-method_href">#method_href</a>
528
- &mdash;
529
- <span class="container">RubyProf::GraphHtmlPrinter</span>
530
-
531
- <li class="method">
532
- <a href="RubyProf/AbstractPrinter.html#method-i-method_name">#method_name</a>
533
- &mdash;
534
- <span class="container">RubyProf::AbstractPrinter</span>
535
-
536
- <li class="method">
537
- <a href="RubyProf/MethodInfo.html#method-i-min_depth">#min_depth</a>
538
- &mdash;
539
- <span class="container">RubyProf::MethodInfo</span>
540
-
541
- <li class="method">
542
- <a href="RubyProf/AbstractPrinter.html#method-i-min_percent">#min_percent</a>
543
- &mdash;
544
- <span class="container">RubyProf::AbstractPrinter</span>
545
-
546
- <li class="method">
547
- <a href="RubyProf/CallStackPrinter.html#method-i-name">#name</a>
548
- &mdash;
549
- <span class="container">RubyProf::CallStackPrinter</span>
550
-
551
- <li class="method">
552
- <a href="RubyProf/MethodInfo.html#method-i-non_recursive">#non_recursive</a>
553
- &mdash;
554
- <span class="container">RubyProf::MethodInfo</span>
555
-
556
- <li class="method">
557
- <a href="RubyProf/MethodInfo.html#method-i-non_recursive-3F">#non_recursive?</a>
558
- &mdash;
559
- <span class="container">RubyProf::MethodInfo</span>
560
-
561
- <li class="method">
562
- <a href="RubyProf/CallInfo.html#method-i-non_recursive-3F">#non_recursive?</a>
563
- &mdash;
564
- <span class="container">RubyProf::CallInfo</span>
565
-
566
- <li class="method">
567
- <a href="RubyProf/CallStackPrinter.html#method-i-open_asset">#open_asset</a>
568
- &mdash;
569
- <span class="container">RubyProf::CallStackPrinter</span>
570
-
571
- <li class="method">
572
- <a href="RubyProf/Cmd.html#method-i-option_parser">#option_parser</a>
573
- &mdash;
574
- <span class="container">RubyProf::Cmd</span>
575
-
576
- <li class="method">
577
- <a href="RubyProf/ProfileTask.html#method-i-output_directory">#output_directory</a>
578
- &mdash;
579
- <span class="container">RubyProf::ProfileTask</span>
580
-
581
- <li class="method">
582
- <a href="RubyProf/AggregateCallInfo.html#method-i-parent">#parent</a>
583
- &mdash;
584
- <span class="container">RubyProf::AggregateCallInfo</span>
585
-
586
- <li class="method">
587
- <a href="RubyProf/MethodInfo.html#method-i-parents">#parents</a>
588
- &mdash;
589
- <span class="container">RubyProf::MethodInfo</span>
590
-
591
- <li class="method">
592
- <a href="RubyProf/Cmd.html#method-i-parse_args">#parse_args</a>
593
- &mdash;
594
- <span class="container">RubyProf::Cmd</span>
595
-
596
- <li class="method">
597
- <a href="RubyProf/Profile.html#method-i-pause">#pause</a>
598
- &mdash;
599
- <span class="container">RubyProf::Profile</span>
600
-
601
- <li class="method">
602
- <a href="RubyProf/Profile.html#method-i-paused-3F">#paused?</a>
603
- &mdash;
604
- <span class="container">RubyProf::Profile</span>
605
-
606
- <li class="method">
607
- <a href="RubyProf/Profile.html#method-i-post_process">#post_process</a>
608
- &mdash;
609
- <span class="container">RubyProf::Profile</span>
610
-
611
- <li class="method">
612
- <a href="RubyProf/CallTreePrinter.html#method-i-print">#print</a>
613
- &mdash;
614
- <span class="container">RubyProf::CallTreePrinter</span>
615
-
616
- <li class="method">
617
- <a href="RubyProf/MultiPrinter.html#method-i-print">#print</a>
618
- &mdash;
619
- <span class="container">RubyProf::MultiPrinter</span>
620
-
621
- <li class="method">
622
- <a href="RubyProf/CallStackPrinter.html#method-i-print">#print</a>
623
- &mdash;
624
- <span class="container">RubyProf::CallStackPrinter</span>
625
-
626
- <li class="method">
627
- <a href="RubyProf/GraphHtmlPrinter.html#method-i-print">#print</a>
628
- &mdash;
629
- <span class="container">RubyProf::GraphHtmlPrinter</span>
630
-
631
- <li class="method">
632
- <a href="RubyProf/DotPrinter.html#method-i-print">#print</a>
633
- &mdash;
634
- <span class="container">RubyProf::DotPrinter</span>
635
-
636
- <li class="method">
637
- <a href="RubyProf/AbstractPrinter.html#method-i-print">#print</a>
638
- &mdash;
639
- <span class="container">RubyProf::AbstractPrinter</span>
640
-
641
- <li class="method">
642
- <a href="Rack/RubyProf.html#method-i-print">#print</a>
643
- &mdash;
644
- <span class="container">Rack::RubyProf</span>
645
-
646
- <li class="method">
647
- <a href="RubyProf/CallStackPrinter.html#method-i-print_commands">#print_commands</a>
648
- &mdash;
649
- <span class="container">RubyProf::CallStackPrinter</span>
650
-
651
- <li class="method">
652
- <a href="RubyProf/CallStackPrinter.html#method-i-print_css">#print_css</a>
653
- &mdash;
654
- <span class="container">RubyProf::CallStackPrinter</span>
655
-
656
- <li class="method">
657
- <a href="RubyProf/AbstractPrinter.html#method-i-print_file">#print_file</a>
658
- &mdash;
659
- <span class="container">RubyProf::AbstractPrinter</span>
660
-
661
- <li class="method">
662
- <a href="RubyProf/CallStackPrinter.html#method-i-print_footer">#print_footer</a>
663
- &mdash;
664
- <span class="container">RubyProf::CallStackPrinter</span>
665
-
666
- <li class="method">
667
- <a href="RubyProf/AbstractPrinter.html#method-i-print_footer">#print_footer</a>
668
- &mdash;
669
- <span class="container">RubyProf::AbstractPrinter</span>
670
-
671
- <li class="method">
672
- <a href="RubyProf/AbstractPrinter.html#method-i-print_header">#print_header</a>
673
- &mdash;
674
- <span class="container">RubyProf::AbstractPrinter</span>
675
-
676
- <li class="method">
677
- <a href="RubyProf/CallStackPrinter.html#method-i-print_header">#print_header</a>
678
- &mdash;
679
- <span class="container">RubyProf::CallStackPrinter</span>
680
-
681
- <li class="method">
682
- <a href="RubyProf/CallStackPrinter.html#method-i-print_help">#print_help</a>
683
- &mdash;
684
- <span class="container">RubyProf::CallStackPrinter</span>
685
-
686
- <li class="method">
687
- <a href="RubyProf/CallStackPrinter.html#method-i-print_java_script">#print_java_script</a>
688
- &mdash;
689
- <span class="container">RubyProf::CallStackPrinter</span>
690
-
691
- <li class="method">
692
- <a href="RubyProf/FlatPrinterWithLineNumbers.html#method-i-print_methods">#print_methods</a>
693
- &mdash;
694
- <span class="container">RubyProf::FlatPrinterWithLineNumbers</span>
695
-
696
- <li class="method">
697
- <a href="RubyProf/CallStackPrinter.html#method-i-print_stack">#print_stack</a>
698
- &mdash;
699
- <span class="container">RubyProf::CallStackPrinter</span>
700
-
701
- <li class="method">
702
- <a href="RubyProf/AbstractPrinter.html#method-i-print_thread">#print_thread</a>
703
- &mdash;
704
- <span class="container">RubyProf::AbstractPrinter</span>
705
-
706
- <li class="method">
707
- <a href="RubyProf/CallTreePrinter.html#method-i-print_thread">#print_thread</a>
708
- &mdash;
709
- <span class="container">RubyProf::CallTreePrinter</span>
710
-
711
- <li class="method">
712
- <a href="RubyProf/CallTreePrinter.html#method-i-print_threads">#print_threads</a>
713
- &mdash;
714
- <span class="container">RubyProf::CallTreePrinter</span>
715
-
716
- <li class="method">
717
- <a href="RubyProf/AbstractPrinter.html#method-i-print_threads">#print_threads</a>
718
- &mdash;
719
- <span class="container">RubyProf::AbstractPrinter</span>
720
-
721
- <li class="method">
722
- <a href="RubyProf/CallStackPrinter.html#method-i-print_title_bar">#print_title_bar</a>
723
- &mdash;
724
- <span class="container">RubyProf::CallStackPrinter</span>
725
-
726
- <li class="method">
727
- <a href="RubyProf/CallInfo.html#method-i-recalc_recursion">#recalc_recursion</a>
728
- &mdash;
729
- <span class="container">RubyProf::CallInfo</span>
730
-
731
- <li class="method">
732
- <a href="RubyProf/Thread.html#method-i-recalc_recursion">#recalc_recursion</a>
733
- &mdash;
734
- <span class="container">RubyProf::Thread</span>
735
-
736
- <li class="method">
737
- <a href="RubyProf/MethodInfo.html#method-i-recalc_recursion">#recalc_recursion</a>
738
- &mdash;
739
- <span class="container">RubyProf::MethodInfo</span>
740
-
741
- <li class="method">
742
- <a href="RubyProf/MethodInfo.html#method-i-recursive-3F">#recursive?</a>
743
- &mdash;
744
- <span class="container">RubyProf::MethodInfo</span>
745
-
746
- <li class="method">
747
- <a href="RubyProf/Profile.html#method-i-resume">#resume</a>
748
- &mdash;
749
- <span class="container">RubyProf::Profile</span>
750
-
751
- <li class="method">
752
- <a href="RubyProf/MethodInfo.html#method-i-root-3F">#root?</a>
753
- &mdash;
754
- <span class="container">RubyProf::MethodInfo</span>
755
-
756
- <li class="method">
757
- <a href="RubyProf/CallInfo.html#method-i-root-3F">#root?</a>
758
- &mdash;
759
- <span class="container">RubyProf::CallInfo</span>
760
-
761
- <li class="method">
762
- <a href="RubyProf/Cmd.html#method-i-run">#run</a>
763
- &mdash;
764
- <span class="container">RubyProf::Cmd</span>
765
-
766
- <li class="method">
767
- <a href="RubyProf/ProfileTask.html#method-i-run_script">#run_script</a>
768
- &mdash;
769
- <span class="container">RubyProf::ProfileTask</span>
770
-
771
- <li class="method">
772
- <a href="RubyProf/Profile.html#method-i-running-3F">#running?</a>
773
- &mdash;
774
- <span class="container">RubyProf::Profile</span>
775
-
776
- <li class="method">
777
- <a href="RubyProf/AggregateCallInfo.html#method-i-self_time">#self_time</a>
778
- &mdash;
779
- <span class="container">RubyProf::AggregateCallInfo</span>
780
-
781
- <li class="method">
782
- <a href="RubyProf/MethodInfo.html#method-i-self_time">#self_time</a>
783
- &mdash;
784
- <span class="container">RubyProf::MethodInfo</span>
785
-
786
- <li class="method">
787
- <a href="RubyProf/AbstractPrinter.html#method-i-setup_options">#setup_options</a>
788
- &mdash;
789
- <span class="container">RubyProf::AbstractPrinter</span>
790
-
791
- <li class="method">
792
- <a href="RubyProf/GraphHtmlPrinter.html#method-i-setup_options">#setup_options</a>
793
- &mdash;
794
- <span class="container">RubyProf::GraphHtmlPrinter</span>
795
-
796
- <li class="method">
797
- <a href="RubyProf/Cmd.html#method-i-setup_options">#setup_options</a>
798
- &mdash;
799
- <span class="container">RubyProf::Cmd</span>
800
-
801
- <li class="method">
802
- <a href="RubyProf/AbstractPrinter.html#method-i-sort_method">#sort_method</a>
803
- &mdash;
804
- <span class="container">RubyProf::AbstractPrinter</span>
805
-
806
- <li class="method">
807
- <a href="RubyProf/FlatPrinter.html#method-i-sort_method">#sort_method</a>
808
- &mdash;
809
- <span class="container">RubyProf::FlatPrinter</span>
810
-
811
- <li class="method">
812
- <a href="RubyProf/CallInfo.html#method-i-stack">#stack</a>
813
- &mdash;
814
- <span class="container">RubyProf::CallInfo</span>
815
-
816
- <li class="method">
817
- <a href="RubyProf/MultiPrinter.html#method-i-stack_profile">#stack_profile</a>
818
- &mdash;
819
- <span class="container">RubyProf::MultiPrinter</span>
820
-
821
- <li class="method">
822
- <a href="RubyProf/Profile.html#method-i-start">#start</a>
823
- &mdash;
824
- <span class="container">RubyProf::Profile</span>
825
-
826
- <li class="method">
827
- <a href="RubyProf/Profile.html#method-i-stop">#stop</a>
828
- &mdash;
829
- <span class="container">RubyProf::Profile</span>
830
-
831
- <li class="method">
832
- <a href="RubyProf/CallStackPrinter.html#method-i-sum">#sum</a>
833
- &mdash;
834
- <span class="container">RubyProf::CallStackPrinter</span>
835
-
836
- <li class="method">
837
- <a href="RubyProf/AggregateCallInfo.html#method-i-target">#target</a>
838
- &mdash;
839
- <span class="container">RubyProf::AggregateCallInfo</span>
840
-
841
- <li class="method">
842
- <a href="RubyProf/GraphHtmlPrinter.html#method-i-template">#template</a>
843
- &mdash;
844
- <span class="container">RubyProf::GraphHtmlPrinter</span>
845
-
846
- <li class="method">
847
- <a href="RubyProf/Profile.html#method-i-threads">#threads</a>
848
- &mdash;
849
- <span class="container">RubyProf::Profile</span>
850
-
851
- <li class="method">
852
- <a href="RubyProf/CallStackPrinter.html#method-i-threshold">#threshold</a>
853
- &mdash;
854
- <span class="container">RubyProf::CallStackPrinter</span>
855
-
856
- <li class="method">
857
- <a href="RubyProf/CallStackPrinter.html#method-i-title">#title</a>
858
- &mdash;
859
- <span class="container">RubyProf::CallStackPrinter</span>
860
-
861
- <li class="method">
862
- <a href="RubyProf/AggregateCallInfo.html#method-i-to_s">#to_s</a>
863
- &mdash;
864
- <span class="container">RubyProf::AggregateCallInfo</span>
865
-
866
- <li class="method">
867
- <a href="RubyProf/MethodInfo.html#method-i-to_s">#to_s</a>
868
- &mdash;
869
- <span class="container">RubyProf::MethodInfo</span>
870
-
871
- <li class="method">
872
- <a href="RubyProf/CallInfo.html#method-i-to_s">#to_s</a>
873
- &mdash;
874
- <span class="container">RubyProf::CallInfo</span>
875
-
876
- <li class="method">
877
- <a href="RubyProf/Thread.html#method-i-top_call_infos">#top_call_infos</a>
878
- &mdash;
879
- <span class="container">RubyProf::Thread</span>
880
-
881
- <li class="method">
882
- <a href="RubyProf/Thread.html#method-i-top_methods">#top_methods</a>
883
- &mdash;
884
- <span class="container">RubyProf::Thread</span>
885
-
886
- <li class="method">
887
- <a href="RubyProf/Thread.html#method-i-total_time">#total_time</a>
888
- &mdash;
889
- <span class="container">RubyProf::Thread</span>
890
-
891
- <li class="method">
892
- <a href="RubyProf/MethodInfo.html#method-i-total_time">#total_time</a>
893
- &mdash;
894
- <span class="container">RubyProf::MethodInfo</span>
895
-
896
- <li class="method">
897
- <a href="RubyProf/CallStackPrinter.html#method-i-total_time">#total_time</a>
898
- &mdash;
899
- <span class="container">RubyProf::CallStackPrinter</span>
900
-
901
- <li class="method">
902
- <a href="RubyProf/AggregateCallInfo.html#method-i-total_time">#total_time</a>
903
- &mdash;
904
- <span class="container">RubyProf::AggregateCallInfo</span>
905
-
906
- <li class="method">
907
- <a href="RubyProf/MultiPrinter.html#method-i-tree_profile">#tree_profile</a>
908
- &mdash;
909
- <span class="container">RubyProf::MultiPrinter</span>
910
-
911
- <li class="method">
912
- <a href="RubyProf/CallInfoVisitor.html#method-i-visit">#visit</a>
913
- &mdash;
914
- <span class="container">RubyProf::CallInfoVisitor</span>
915
-
916
- <li class="method">
917
- <a href="RubyProf/AggregateCallInfo.html#method-i-wait_time">#wait_time</a>
918
- &mdash;
919
- <span class="container">RubyProf::AggregateCallInfo</span>
920
-
921
- <li class="method">
922
- <a href="RubyProf/MethodInfo.html#method-i-wait_time">#wait_time</a>
923
- &mdash;
924
- <span class="container">RubyProf::MethodInfo</span>
925
- </ul>
926
- </main>
927
-
928
-
929
- <footer id="validator-badges" role="contentinfo">
930
- <p><a href="http://validator.w3.org/check/referer">Validate</a>
931
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
932
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
933
- </footer>
934
-