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
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
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11

 

Forums | Admin

Discussion Forums: ruby-prof-0.6.0

Start New Thread Start New Thread
Message: 46324
BY: Adam Dullenty (adamdullenty)
DATE: 2008-03-01 03:56
SUBJECT: Error when installing gem

 

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?


Thread View

Thread Author Date
Error when installing gemAdam Dullenty2008-03-01 03:56
      RE: Error when installing gemCharlie Savage2008-11-12 02:45

Post a followup to this message