public
Description: Request profiler based on integration test scripts
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/rails/request_profiler.git
lifo (author)
Sat Jan 17 21:14:29 -0800 2009
commit  42b661f4fb65f2c0f8de4db7f46326acbb6dcdf7
tree    21a2af641681373471722979f78e065ea5648104
name age message
file MIT-LICENSE Loading commit data...
file README
directory bin/
file install.rb
directory lib/
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