From: Dave Howell Date: 2006-06-02T08:44:00+09:00 Subject: Re: How use Profiling, a Quick Guide. On Jun 1, 2006, at 13:35, Dave Howell wrote: > Alas, you have still underestimated how clueless I am. 'the std lib'? > Is that a Ruby standard library? A Unix standard library? And if I > find this library, what do I do with it? How would I invoke > profile-omancy? In case anybody else was wondering the same thing, the answer can be found, among other places, in "Programming Ruby" aka the Pickaxe manual, and starts with putting require 'profile' in your Ruby code. I'll just go write a quick script to print "RTFM" 1000 times now....