home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / ruby / 1.8 / profile.rb < prev    next >
Encoding:
Ruby Source  |  2002-12-20  |  90 b   |  7 lines

  1. require 'profiler'
  2.  
  3. END {
  4.   Profiler__::print_profile(STDERR)
  5. }
  6. Profiler__::start_profile
  7.