| Class | OpenWFE::Timer |
| In: |
lib/openwfe/utils.rb
|
| Parent: | Object |
A small Timer class for debug purposes.
t = Time.new
# ... do something
puts "that something took #{t.duration} ms"