module Middleman::Profiling

def self.profiler=(prof)

The profiler instance. There can only be one!
def self.profiler=(prof)
  @profiler = prof
end