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