module Middleman::Profiling

def self.profiler

def self.profiler
  @profiler ||= NullProfiler.new
end