rails / request_profiler
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sat Jan 17 21:14:29 -0800 2009 | |
| |
README | Sat Jan 17 21:14:29 -0800 2009 | |
| |
bin/ | Sat Jan 17 21:14:29 -0800 2009 | |
| |
install.rb | Sat Jan 17 21:14:29 -0800 2009 | |
| |
lib/ | Sun Jan 18 09:56:41 -0800 2009 |
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
