Method: Puppet::Rails::Benchmark#debug_benchmark
- Defined in:
- lib/vendor/puppet/rails/benchmark.rb
#debug_benchmark(message) ⇒ Object
20 21 22 23 24 |
# File 'lib/vendor/puppet/rails/benchmark.rb', line 20 def debug_benchmark() return yield unless Puppet::Rails::TIME_DEBUG railsmark() { yield } end |