29 30 31 32 33
# File 'lib/adsl/util/general.rb', line 29 def self.time_execution pre = Time.now yield ((Time.now - pre)*1000).to_i end