Class: Middleman::Profiling::NullProfiler
- Inherits:
-
Object
- Object
- Middleman::Profiling::NullProfiler
- 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 |
#start ⇒ Object
24 25 |
# File 'lib/middleman-core/profiling.rb', line 24 def start end |