Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support an extra profile printer arg | Jeremy Kemper | 2010-06-24 | 1 | -1/+3 |
| | |||||
* | Show GC time and # of runs too | Jeremy Kemper | 2010-06-23 | 1 | -1/+3 |
| | |||||
* | Ensure require and load are private - h/t apeiros | Jeremy Kemper | 2010-04-24 | 1 | -0/+1 |
| | |||||
* | Use call stack printer if available | Jeremy Kemper | 2010-04-04 | 1 | -2/+8 |
| | |||||
* | ./tools/console to drop into irb with rails loaded | Jeremy Kemper | 2010-03-28 | 1 | -0/+7 |
| | |||||
* | Rename tools/profile_requires -> tools/profile since we do both require and ↵ | Jeremy Kemper | 2009-05-27 | 1 | -0/+0 |
| | | | | ruby-prof profiling. | ||||
* | Clean up tools/profile_requires a bit | Jeremy Kemper | 2009-05-21 | 1 | -33/+27 |
| | |||||
* | Simple examples for require profiling | Jeremy Kemper | 2009-05-13 | 1 | -2/+2 |
| | |||||
* | Preserve ordering | Jeremy Kemper | 2009-05-13 | 1 | -2/+8 |
| | |||||
* | Tool for profiling resource usage in each require call. | Jeremy Kemper | 2009-05-07 | 1 | -0/+75 |
$ ruby -Iactiveresource/lib tools/profile_requires.rb active_resource 91.84 KB 3220 obj 4.0 ms active_resource 83.86 KB 3108 obj 3.3 ms active_support 69.32 KB 2682 obj 2.6 ms active_support/vendor 33.98 KB 651 obj 0.6 ms i18n 94.40 KB 315 obj 4.0 ms 44 KB RSS |