| 2d337ef |
2011-10-30 |
Fix typo on the performance test guide |
| 7fcf0ca |
2011-05-10 |
removed redundant metric support check (and print when i... |
| aaa85cd |
2011-05-10 |
remove forgotten puts |
| 0304d80 |
2011-05-10 |
ruby-prof's awesome call stack printer is now used by de... |
| 83b66f5 |
2011-05-10 |
Merge branch 'performance_test' of github.com:goncalossi... |
| dcc99e2 |
2011-05-10 |
benchmarker and profiler now use the new performance tes... |
| 810fb2b |
2011-05-10 |
benchmarker and profiler now use the new performance tes... |
| 9ca97a6 |
2011-05-09 |
fixed a typo in the guide |
| 0d1f758 |
2011-05-09 |
contemplate unsupported metrics |
| a43f95d |
2011-05-09 |
added a note about profiling options to the generators |
| 181c842 |
2011-05-08 |
explicitly return from run() under minitest (metrics wer... |
| aec7456 |
2011-05-08 |
Merge branch 'master' of https://github.com/rails/rails ... |
| 1c2b223 |
2011-04-17 |
Merge branch 'master' of https://github.com/rails/rails ... |
| 8d558cb |
2011-04-03 |
don't use internal profiler methods on Rubinius and JRub... |
| 65022ac |
2011-04-03 |
removed unused class declaration |
| 5b2b513 |
2011-04-03 |
Merge branch 'master' of https://github.com/rails/rails ... |
| 677ce63 |
2011-04-03 |
profiling enabled under JRuby. Added documentation for w... |
| b8f9a45 |
2011-03-30 |
Merge branch 'master' of https://github.com/rails/rails ... |
| 6212749 |
2011-03-30 |
updated documentation because of the benchmark/profile i... |
| 09cdd1c |
2011-03-30 |
check if there is support for the specified metric when ... |
| 391ccda |
2011-03-29 |
fixed a bug where rubinius was creating the profiling fi... |
| a35ba6c |
2011-03-29 |
don't allow decimal places on the amount of objects and ... |
| be0a2b8 |
2011-03-29 |
performance tests inherit from AD::PT and not AC::PT, fi... |
| 6f0caa1 |
2011-03-28 |
Merge branch 'master' of https://github.com/rails/rails ... |
| 726b7ed |
2011-03-28 |
improved detection and feedback of supported/unsupported... |
| 09bd0ee |
2011-03-28 |
fixed a couple of hidden bugs |
| c401ad9 |
2011-03-28 |
improved options handling in performance tests |
| 983bd01 |
2011-03-28 |
we need test-unit on mri 1.9 |
| d6d059f |
2011-03-28 |
added profiling and benchmarking capabilities to jruby (... |
| e6cb396 |
2011-03-28 |
benchmarking metrics are also implementation-specific |
| e17f608 |
2011-03-28 |
warn the user about unsupported benchmarking metrics he ... |
| ef988e1 |
2011-03-27 |
removed duplication in rubinius' benchmark code |
| 15bff5a |
2011-03-27 |
fix a bug where the GC wasn't being triggered at the sta... |
| 93a583e |
2011-03-27 |
:min_percent only makes sense in a RubyProf context |
| 1a9b1ed |
2011-03-27 |
remove deprecated documentation |
| 84fe2b8 |
2011-03-26 |
added basic structure for jruby |
| 3872cc4 |
2011-03-26 |
added support for profiling under rubinius |
| 278344b |
2011-03-25 |
fixed time and size units (should be seconds / bytes), f... |
| 417b2ba |
2011-03-25 |
added gc info (runs, time) to rubinius' benchmarks |
| c58e063 |
2011-03-25 |
added memory size and allocations to rubinius' benchmarks |
| cf29d90 |
2011-03-25 |
added time (wall, process, cpu) to rubinius' benchmarks |
| 9e9090f |
2011-03-25 |
added missing require |
| 4fe86a3 |
2011-03-25 |
removed leftovers from the copy-paste from mri |
| b0beba2 |
2011-03-25 |
rubinius returns "rbx" for RUBY_ENGINE, not "rubinius" |
| 995d543 |
2011-03-25 |
added basic structure for Rubinius |
| 2fa426c |
2011-03-25 |
divide the ruby interpreter into mri and yarv for improv... |
| 3ec79e4 |
2011-03-25 |
renamed "mri" to "ruby", for consistency with RUBY_ENGINE |
| 18a81db |
2011-03-25 |
check whether the user is using a supported ruby interpr... |
| 1151608 |
2011-03-25 |
using number_helper to pretty print some results |
| e57d264 |
2011-03-25 |
extracted more generic methods, added a note for methods... |
| c50df63 |
2011-03-25 |
initial separation of RubyProf-specific code |
| 6e99bb6 |
2011-03-25 |
ruby-prof only makes sense in an MRI context |
| a6e2222 |
2011-03-24 |
move "check for ruby-prof" from AD/testing/performance_t... |
| 23be2c6 |
2011-03-24 |
check if RubyProf's WALL_TIME and PROCESS_TIME are avail... |
| 9887f23 |
2011-03-24 |
Merge branch 'master' of https://github.com/rails/rails |
| aff8215 |
2010-08-10 |
added support for more printers |
| 58add1b |
2010-08-10 |
added support for more printers |
| d9b77dd |
2010-08-10 |
added support for more printers |
| 6265850 |
2010-08-10 |
Merge branch 'master' of http://github.com/rails/rails |
| cd2bbed |
2010-07-10 |
Merge branch 'master' of http://github.com/rails/rails |
| d2c633b |
2010-06-30 |
Merge branch 'master' of http://github.com/rails/rails |
| 92c0f17 |
2010-06-18 |
performance tests now working accurately on 1.9, using R... |
| 68bd46f |
2010-06-30 |
performance tests now working accurately on 1.9, using R... |
| 113b0ec |
2010-06-18 |
enable_stats added back in since Benchmarker doesn't sta... |
| 0cef199 |
2010-06-18 |
check if the profiler patch is applied, otherwise GC::Pr... |
| c8019cd |
2010-06-18 |
added information about what is being used |
| b169d83 |
2010-06-18 |
heap_live_objects+heap_free_objects is broken, use heap_... |
| 5e5d1ba |
2010-06-18 |
also use GC profiler extended patch to retrieve GC time ... |
| f02d3f9 |
2010-06-18 |
ruby's GC doesn't support the time method, removed suppo... |
| 1751643 |
2010-06-18 |
use GC profiler extended patch to retrieve GC runs on 1.9 |
| 555c3b5 |
2010-06-18 |
ruby's GC doesn't support collections and heap_info, Rub... |
| 4813462 |
2010-06-18 |
GC at 1.9.X doesn't have malloc_allocated_size, remove s... |
| 36f5d09 |
2010-06-18 |
removed support for 1.8's GC alternative hacks (railsben... |
| cb74cfc |
2010-06-18 |
check if the data method is defined (meaning it's correc... |
| 901452d |
2010-06-18 |
the official profiler (present in 1.9) should have the h... |
| 381a30f |
2010-06-18 |
don't set cpu_frequency if RubyProf resolved it |
| d21aa6d |
2010-05-28 |
performance and integration tests inherit from AD, not AC |
| 8847165 |
2010-06-03 |
performance and integration tests inherit from AD, not AC |