public
Description: Request profiler based on integration test scripts
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/rails/request_profiler.git
name age message
file MIT-LICENSE Sat Jan 17 21:14:29 -0800 2009 Request profiler based on integration test scripts [lifo]
file README Sat Jan 17 21:14:29 -0800 2009 Request profiler based on integration test scripts [lifo]
directory bin/ Sat Jan 17 21:14:29 -0800 2009 Request profiler based on integration test scripts [lifo]
file install.rb Sat Jan 17 21:14:29 -0800 2009 Request profiler based on integration test scripts [lifo]
directory lib/ Sun Jan 18 09:56:41 -0800 2009 Remove unnecessary files [lifo]
README
RequestProfiler
===============

Request profiler based on integration test scripts.

Installation
============
  
  script/plugin install git://github.com/rails/request_profiler.git
  
Example Script
==============

  # profile_script.rb
  get '/'
  post '/user', :user => { :login => 'rails' }

Usage
=====

  script/performance/profiler profile_script.rb
  
Options
=======
  
  script/performance/profiler --help
  
Copyright (c) 2009 David Heinemeier Hansson, released under the MIT license