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(_) ⇒ Object
26 27 |
# File 'lib/middleman-core/profiling.rb', line 26 def report(_) end |
#start ⇒ Object
23 24 |
# File 'lib/middleman-core/profiling.rb', line 23 def start end |