Posted By: Charlie Savage
Date: 2008-11-21 01:58
Summary: ruby-prof 0.7.0
Project: ruby-prof

We're happy to announce the release of ruby-prof 0.7.0. Version 0.7.0 includes:

Features
--------
* Added two new methods - RubyProf.resume and RubyProf.pause.
RubyProf.resume takes an optional block, which ensures that
RubyProf.pause is called. For example:

10.times do |i|
RubyProf.resume do
# Some long process
end
end

result = RubyProf.stop

* Added support for profiling tests that use Ruby's built-in
unit test framework (ie, test derived from
Test::Unit::TestCase). To enable profiling simply add
the following line of code to your test class:

include RubyProf::Test

By default, profiling results are written to the current
processes working directory. To change this, or other
profiling options, simply modify the PROFILE_OPTIONS hash
table as needed.

* Used the new support for profiling test cases to revamp
the way that Rails profiling works. For more information
please refer to RubyProf's documentation.

* Keep track of call stack for each method to enable more
powerful profile visualizations in Integrated Development
Environments (Hin Boean, work supported by CodeGear).

* Expose measurements to Ruby (Jeremy Kemper).

* Add support for additional memory measurements modes in Ruby 1.9 (Jeremy Kemper).

* Add support for Lloyd Hilaiel's Ruby patch for measuring total heap size.
See http://lloydforge.org/projects/ruby. (Jeremy Kemper).


Fixes
-------
* RubyProf.profile no longer crashes if an exception is
thrown during a profiling run.

* Measure memory in fractional kilobytes rather than rounding down (Jeremy Kemper)

Latest News
Version 1.6.0 of Mxx_ru released
    Nicolay Shmakov - 2013-06-19 12:07
TZInfo v1.0.0 and TZInfo::Data v1.2013.3 Released
    Philip Ross - 2013-06-02 17:12
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28

 

Forums | Admin

Discussion Forums: ruby-prof-0.7.0

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post