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