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)
Sun Jan 18 09:56:41 -0800 2009
commit  09872a9a7061892022b6729083371de8187d5ec7
tree    83a564d7ef87073669ac941969fd3e9386f5db2b
parent  42b661f4fb65f2c0f8de4db7f46326acbb6dcdf7
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