Posted By: Charlie Savage
Date: 2008-02-04 23:59
Summary: ruby-prof 0.6.0
Project: ruby-prof

We're happy to announce the release of ruby-prof 0.6.0. Version 0.6.0 adds support for Ruby 1.9 and memory profiling. It also fixes a number of bugs as detailed below.

Features
--------
* Added support for ruby 1.9 (Shugo Maeda)
* Added support for outputting printer results to a String, Array or IO
object (Michael Granger)
* Add new memory profiling mode. Note this mode depends on a
patched Ruby interpreter (Alexander Dymo)

Fixes
-------
* Improvements to GraphHtmlPrinter including updated documentation,
fixes for min_time support, ability to specify templates using
strings or filenames, and table layout fixes (Makoto Kuwata)
* Fixes to scaling factor for calltrees so that precision is not lost
due to the conversion to doubles (Sylvain Joyeux)
* Changed constant ALLOCATED_OBJECTS to ALLOCATIONS in the C code to
match the Ruby code (Sylvain Joyeux)
* Added support for calltree printer to ruby-prof binary script (Sylvain Joyeux)
* Fix support for the allocator measure mode to extconf.rb (Sylvain Joyeux)
* Honor measure mode when specified on the command line (Sylvain Joyeux)
* Sorting of methods by total time was incorrect (Dan Fitch, Charlie Savage)
* Fix ruby-prof to work with the latest version of GEMS (Alexander Dymo)
* Always define MEASURE_CPU_TIME and MEASURE_ALLOCATIONS in Ruby code, but
set their values to nil if the functionality is not available.

Latest News
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41
diff-lcs 1.2.4 Released
    Austin Ziegler - 2013-04-21 00:08

 

Forums | Admin

Discussion Forums: ruby-prof-0.6.0

Start New Thread Start New Thread

 

By: Charlie Savage
RE: Error when installing gem [ reply ]  
2008-11-12 02:45
Hey Adam,

Sorry, never saw this comment from a long time ago. Anyway, no, doesn't matter. Those errors have been fixed in the new 0.7.0 release though.

Thanks - Charlie

By: Adam Dullenty
Error when installing gem [ reply ]  
2008-03-01 03:56
Hi, I get the following error when installing the gem:

C:\InstantRails\rails_apps\gmap2>gem install ruby-prof
Bulk updating Gem source index for: http://gems.rubyforge.org
Select which gem to install for your platform (i386-mswin32)
1. ruby-prof 0.6.0 (x86-mswin32-60)
2. ruby-prof 0.6.0 (ruby)
3. ruby-prof 0.5.2 (mswin32)
4. ruby-prof 0.5.2 (ruby)
5. Skip this gem
6. Cancel installation
> 1
Successfully installed ruby-prof-0.6.0-x86-mswin32-60
Installing ri documentation for ruby-prof-0.6.0-x86-mswin32-60...

No definition for prof_get_cpu_frequency

No definition for prof_set_cpu_frequency
Installing RDoc documentation for ruby-prof-0.6.0-x86-mswin32-60...

No definition for prof_get_cpu_frequency

No definition for prof_set_cpu_frequency

C:\InstantRails\rails_apps\gmap2>


Any ideas? Does this matter?