# File lib/rack/perftools_profiler/profiler.rb, line 47
    def profile(mode = nil)
      start(mode)
      yield
    ensure
      stop
    end