aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/request_profiler.rb
Commit message (Expand)AuthorAgeFilesLines
* 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