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 25 def report(_); end
start()
click to toggle source
# File lib/middleman-core/profiling.rb, line 23 def start; end