aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-peek-rblineprof-rails52/pkg-descr
blob: 2c23b18f19fd74f741e56d9ca67c75d393219aa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Peek into how much time each line of your Rails application takes throughout a
request.

Things this peek view provides:
- Total time it takes to render individual lines within your codebase
- Total network time spent waiting per line

You can also drill down to only certain parts of your codebase like:
- app, everything within Rails.root/(app|lib)
- views, everything within Rails.root/app/view
- gems, everything within Rails.root/vendor/gems
- all, everything within Rails.root
- stdlib