Class: Middleman::Profiling::NullProfiler

Inherits:
Object
  • Object
show all
Defined in:
lib/middleman-core/profiling.rb

Overview

A profiler that does nothing. The default.

Instance Method Summary collapse

Instance Method Details

#report(report_name) ⇒ Object



27
28
# File 'lib/middleman-core/profiling.rb', line 27

def report(report_name)
end

#startObject



24
25
# File 'lib/middleman-core/profiling.rb', line 24

def start
end