module Middleman::Profiling

def self.start

Start the profiler
def self.start
  profiler.start
end