Ruby

HomeRuby

Announcing ruby-prof 0.5.0

Make sure to grab the latest version of ruby-prof, currently 052, which includes some performance tweaks and bug fixes A year has passed since the last release of ruby-prof If...

Ruby, libxml and Windows

Let's say my last post tempted you to check out libxml's validation functionality However, you work in shop that develops on multiple platforms, including Windows, OS X and...

Profiling Ruby Code

Pat Eyler has written a nice set of articles about profiling Ruby code He shows how to use the built in Ruby profiler as well as ruby-prof (my personal favorite :) He talks a...

Arachno

Last time I gave kudos to Sapphire in Steel for the addition of a Ruby console to their debugger This time its kudos for Arachno Lother Scholz, the develeper, sent me an...

On IDEs and Consoles

In the religious war between the command line and IDE (integrated development environment), I'm firmly on the IDE side Having said that, there's no substitute for having a...

ruby-prof 0.4.0 with call graphs

Update: ruby-prof 050 is now available and has significantly more features than 040, including better threading support, rails support, call tree output, etc After porting...

Top