Home > request_profiler

request_profiler

Request_profiler is a project mainly written in Ruby, based on the MIT license.

WARNING: this repo is not maintained anymore, if you want to maintain it, please send an mail to rails-core. Request profiler based on integration test scripts

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

Previous:relearn