rubyrun 0.9.5-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. data/LICENSE +13 -0
  2. data/README +77 -0
  3. data/bin/Rakefile +11 -0
  4. data/docs/rubyrun-0.9.5.htm +5937 -0
  5. data/docs/rubyrun-0.9.5.pdf +0 -0
  6. data/docs/rubyrun-0.9.5_files/colorschememapping.xml +2 -0
  7. data/docs/rubyrun-0.9.5_files/filelist.xml +29 -0
  8. data/docs/rubyrun-0.9.5_files/header.htm +138 -0
  9. data/docs/rubyrun-0.9.5_files/image001.jpg +0 -0
  10. data/docs/rubyrun-0.9.5_files/image002.jpg +0 -0
  11. data/docs/rubyrun-0.9.5_files/image003.jpg +0 -0
  12. data/docs/rubyrun-0.9.5_files/image004.jpg +0 -0
  13. data/docs/rubyrun-0.9.5_files/image005.jpg +0 -0
  14. data/docs/rubyrun-0.9.5_files/image006.jpg +0 -0
  15. data/docs/rubyrun-0.9.5_files/image007.jpg +0 -0
  16. data/docs/rubyrun-0.9.5_files/image008.jpg +0 -0
  17. data/docs/rubyrun-0.9.5_files/image009.jpg +0 -0
  18. data/docs/rubyrun-0.9.5_files/image010.jpg +0 -0
  19. data/docs/rubyrun-0.9.5_files/image011.jpg +0 -0
  20. data/docs/rubyrun-0.9.5_files/image012.jpg +0 -0
  21. data/docs/rubyrun-0.9.5_files/image013.jpg +0 -0
  22. data/docs/rubyrun-0.9.5_files/image014.jpg +0 -0
  23. data/docs/rubyrun-0.9.5_files/image015.jpg +0 -0
  24. data/docs/rubyrun-0.9.5_files/image016.jpg +0 -0
  25. data/docs/rubyrun-0.9.5_files/image017.png +0 -0
  26. data/docs/rubyrun-0.9.5_files/image018.jpg +0 -0
  27. data/docs/rubyrun-0.9.5_files/image019.jpg +0 -0
  28. data/docs/rubyrun-0.9.5_files/image020.jpg +0 -0
  29. data/docs/rubyrun-0.9.5_files/image021.jpg +0 -0
  30. data/docs/rubyrun-0.9.5_files/image022.png +0 -0
  31. data/docs/rubyrun-0.9.5_files/themedata.thmx +0 -0
  32. data/etc/rubyrun_opts.yml +132 -0
  33. data/ext/extconf.rb +5 -0
  34. data/ext/rubyrunnative__.c +154 -0
  35. data/ext/rubyrunnative__.def +2 -0
  36. data/ext/rubyrunnative__.h +36 -0
  37. data/ext/rubyrunnative__ppc-darwin.bundle +0 -0
  38. data/ext/rubyrunnative__x86-darwin.bundle +0 -0
  39. data/ext/rubyrunnative__x86-linux.so +0 -0
  40. data/ext/rubyrunnative__x86-mswin32.so +0 -0
  41. data/lib/rubyrun/rubyrun.rb +2 -0
  42. data/lib/rubyrun/rubyrun_boot__.rb +79 -0
  43. data/lib/rubyrun/rubyrun_buffer_mgr__.rb +49 -0
  44. data/lib/rubyrun/rubyrun_commander__.rb +196 -0
  45. data/lib/rubyrun/rubyrun_dad__.rb +35 -0
  46. data/lib/rubyrun/rubyrun_globals.rb +52 -0
  47. data/lib/rubyrun/rubyrun_html__.rb +136 -0
  48. data/lib/rubyrun/rubyrun_html_writer__.rb +64 -0
  49. data/lib/rubyrun/rubyrun_initializer__.rb +313 -0
  50. data/lib/rubyrun/rubyrun_instrumentor__.rb +226 -0
  51. data/lib/rubyrun/rubyrun_monitor__.rb +238 -0
  52. data/lib/rubyrun/rubyrun_report__.rb +109 -0
  53. data/lib/rubyrun/rubyrun_rss__.rb +97 -0
  54. data/lib/rubyrun/rubyrun_tracer__.rb +79 -0
  55. data/lib/rubyrun/rubyrun_utils__.rb +101 -0
  56. data/lib/rubyrun/rubyrunnative__.so +0 -0
  57. metadata +115 -0
metadata ADDED
@@ -0,0 +1,115 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubyrun
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.5
5
+ platform: x86-linux
6
+ authors:
7
+ - RubySophic Inc
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-08-03 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: RubyRun Community Edition is an application performance diagnostic solution for Ruby developers. It is meant to help them gain visibility into the behavior of their code in different operating environments, and understand the response time hotspots of typical Rails requests. For more information on usage, support and license, refer to the documents in 'docs' directory in the gem.
17
+ email: info@rubysophic.com
18
+ executables: []
19
+
20
+ extensions:
21
+ - bin/Rakefile
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - README
26
+ - LICENSE
27
+ - lib/rubyrun
28
+ - lib/rubyrun/rubyrun_instrumentor__.rb
29
+ - lib/rubyrun/rubyrun_buffer_mgr__.rb
30
+ - lib/rubyrun/rubyrun_dad__.rb
31
+ - lib/rubyrun/rubyrun_html__.rb
32
+ - lib/rubyrun/rubyrun_rss__.rb
33
+ - lib/rubyrun/rubyrunnative__.so
34
+ - lib/rubyrun/rubyrun_report__.rb
35
+ - lib/rubyrun/rubyrun_monitor__.rb
36
+ - lib/rubyrun/rubyrun_utils__.rb
37
+ - lib/rubyrun/rubyrun_html_writer__.rb
38
+ - lib/rubyrun/rubyrun_boot__.rb
39
+ - lib/rubyrun/rubyrun_tracer__.rb
40
+ - lib/rubyrun/rubyrun_globals.rb
41
+ - lib/rubyrun/rubyrun.rb
42
+ - lib/rubyrun/rubyrun_commander__.rb
43
+ - lib/rubyrun/rubyrun_initializer__.rb
44
+ - bin/Rakefile
45
+ - ext/rubyrunnative__.h
46
+ - ext/rubyrunnative__.def
47
+ - ext/rubyrunnative__ppc-darwin.bundle
48
+ - ext/rubyrunnative__x86-mswin32.so
49
+ - ext/rubyrunnative__x86-linux.so
50
+ - ext/rubyrunnative__.c
51
+ - ext/rubyrunnative__x86-darwin.bundle
52
+ - ext/extconf.rb
53
+ - docs/rubyrun-0.9.5.htm
54
+ - docs/rubyrun-0.9.5_files
55
+ - docs/rubyrun-0.9.5_files/header.htm
56
+ - docs/rubyrun-0.9.5_files/image014.jpg
57
+ - docs/rubyrun-0.9.5_files/image006.jpg
58
+ - docs/rubyrun-0.9.5_files/image004.jpg
59
+ - docs/rubyrun-0.9.5_files/image018.jpg
60
+ - docs/rubyrun-0.9.5_files/image001.jpg
61
+ - docs/rubyrun-0.9.5_files/themedata.thmx
62
+ - docs/rubyrun-0.9.5_files/image010.jpg
63
+ - docs/rubyrun-0.9.5_files/image009.jpg
64
+ - docs/rubyrun-0.9.5_files/image012.jpg
65
+ - docs/rubyrun-0.9.5_files/image005.jpg
66
+ - docs/rubyrun-0.9.5_files/filelist.xml
67
+ - docs/rubyrun-0.9.5_files/image015.jpg
68
+ - docs/rubyrun-0.9.5_files/image020.jpg
69
+ - docs/rubyrun-0.9.5_files/image016.jpg
70
+ - docs/rubyrun-0.9.5_files/image019.jpg
71
+ - docs/rubyrun-0.9.5_files/image013.jpg
72
+ - docs/rubyrun-0.9.5_files/image008.jpg
73
+ - docs/rubyrun-0.9.5_files/colorschememapping.xml
74
+ - docs/rubyrun-0.9.5_files/image003.jpg
75
+ - docs/rubyrun-0.9.5_files/image007.jpg
76
+ - docs/rubyrun-0.9.5_files/image021.jpg
77
+ - docs/rubyrun-0.9.5_files/image022.png
78
+ - docs/rubyrun-0.9.5_files/image017.png
79
+ - docs/rubyrun-0.9.5_files/image002.jpg
80
+ - docs/rubyrun-0.9.5_files/image011.jpg
81
+ - docs/rubyrun-0.9.5.pdf
82
+ - etc/rubyrun_opts.yml
83
+ has_rdoc: true
84
+ homepage: http://www.rubysophic.com
85
+ post_install_message:
86
+ rdoc_options:
87
+ - --title
88
+ - RubyRun Community Edition
89
+ - --line-numbers
90
+ - --inline-source
91
+ require_paths:
92
+ - .
93
+ - lib
94
+ - lib/rubyrun
95
+ required_ruby_version: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ version: "0"
100
+ version:
101
+ required_rubygems_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: "0"
106
+ version:
107
+ requirements: []
108
+
109
+ rubyforge_project: rubyrunce
110
+ rubygems_version: 1.2.0
111
+ signing_key:
112
+ specification_version: 2
113
+ summary: RubyRun Community Edition is an application performance diagnostic solution for Ruby developers
114
+ test_files: []
115
+