Ruby Performance Validator
Friday, January 12th, 2007Ruby Performance Validator (RPVL) from Software Verification Ltd. (SVL)
You could check the product feature and download a evaluated version from official website: http://www.softwareverify.com/ruby/profiler/index.html
SVL has lots of Ruby tools, eg. Ruby Bug Validator, Ruby Coverage Validator, Ruby Memory Validator and Ruby Thread Validator.
run rpvExample need Tk installed on your windows, so download Active Tcl (support various OS), type “require ‘tk’ “ in irb after installed Tcl/Tk, you could see “true”.
In RPVL, we could check CallStack, CallTree that are important to dissect the code.
Know more about RPVL, see the official tutorial that give you a introducion with a real example. At the last chapter, you could know how to use RPVL in Ruby on Rails.


