[ANN] Action Profiler 1.0.0
- From: Eric Hodel <drbrain@xxxxxxxxxxxx>
- Date: Wed, 30 Nov 2005 07:27:06 +0900
= Action Profiler
Full Documentation:
http://rails-analyzer.rubyforge.org/action_profiler
Rubyforge Project:
http://rubyforge.org/projects/rails-analyzer
== About
Action Profiler allows you to profile a single Rails action to determine what
to optimize. You can use the Production Log Analyzer and action_grep to
determine which actions you should profile and what arguments to use.
Information on the Production Log Analyzer can be found at:
http://rails-analyzer.rubyforge.org/pl_analyze
=== Profilers
Action Profiler REQUIRES Ruby 1.8.3, even if you just use Ruby's builtin profiler.
Action Profiler can use three profilers, Ruby's builtin profiler class, Shugo Maeda's Prof or Ryan Davis' ZenProfile.
Shugo Maeda's Prof: http://raa.ruby-lang.org/project/ruby-prof
Ryan Davis' ZenProfile: http://rubyforge.org/frs/? group_id=712&release_id=2476
=== Running Action Profiler
Typically, action_profiler will be run from the root of your Rails application:
$ action_profiler GamesController#index Warmup... Profiling... [ profile output ] $
If you need to run action_profiler from some other path, the -p command line
option can be used to specify the location of your Rails application.
action_profiler -p ~/Worx/X/CCR GamesController#index
Parameters can be specified after the controller and action:
action_profiler GamesController#index ":id => 1"
If you need to make sure a page is working correctly you can specify - o. No
profiling will occur and the generated page will be printed out instead:
$ action_profiler -o GamesController#show ":id => 1" [ lots of HTML output ] $
== Gem Installation
gem install action_profiler
== Download
http://rubyforge.org/frs/?group_id=586
(Sorry, no manual installation script is available for the .tgz)
-- Eric Hodel - drbrain@xxxxxxxxxxxx - http://segment7.net This implementation is HODEL-HASH-9600 compliant
http://trackmap.robotcoop.com
.
- Prev by Date: ljust and rjust broken on OSX
- Next by Date: Re: ljust and rjust broken on OSX
- Previous by thread: ljust and rjust broken on OSX
- Next by thread: Grab Image From Web Server
- Index(es):
Relevant Pages
|