class Middleman::Profiling::NullProfiler
A profiler that does nothing. The default.
Public Instance Methods
report(_)
click to toggle source
# File lib/middleman-core/profiling.rb, line 27 def report(_) end
start()
click to toggle source
# File lib/middleman-core/profiling.rb, line 24 def start end