aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/request_profiler.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove script/performance/profiler in favour of performance integration tests.Pratik Naik2009-01-181-168/+0
* Benchmark.msJeremy Kemper2008-12-091-6/+6
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-1/+0
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Require ruby-prof 0.6.1 or later. Use resume/pause to omit extraneous machine...Jeremy Kemper2008-05-301-8/+17
* Add --measure option to script/performance/request to set ruby-prof measure m...Jeremy Kemper2008-02-031-1/+4
* Preserve integration session's request_countJeremy Kemper2008-01-231-1/+10
* Fold reset! into the run method directly. Make -n options compatible with Rub...Jeremy Kemper2007-12-221-7/+6
* Request profiler resets after warmup and each run so you don't have to do it ...Jeremy Kemper2007-12-221-3/+13
* Request profiler: use actual script path and line numbers for backtraces.Jeremy Kemper2007-12-221-3/+4
* Profile an integration session instead of a single requestJeremy Kemper2007-11-011-87/+58
* / default uri, -b shortcutJeremy Kemper2007-10-251-3/+3
* Request profilerJeremy Kemper2007-10-251-0/+167