# File lib/ruby-prof/rack.rb, line 9 def call(env) ::RubyProf.start result = @app.call(env) data = ::RubyProf.stop print(data) result end