module Middleman::Profiling

def profiler

def profiler
  @profiler ||= NullProfiler.new
end