Simple class to measure process time in Ruby. Please use this class, when you don't need to use profile library.
# Start stop watch
StopWatch.start
# Lap stop watch
StopWatch.lap
#=> 1.001137[s] from: test.rb:3:in `initialize' to: test.rb:10:in `method'