summaryrefslogtreecommitdiff
path: root/tools/profile_scala
Commit message (Collapse)AuthorAgeFilesLines
* Removing extraneous files.Paul Phillips2012-05-151-17/+0
| | | | Culling accumulated unnecessary code.
* Some profiler changes.Paul Phillips2011-01-041-0/+17
after each phase, so all the allocations are partitionable by phase in the profiler. I also changed the name of -Yprofile-resident to -Yprofile-memory and had it snapshot after the run instead of between them, so it is usable for regular scalac usage as well. Added tools/profile_scalac which can be used as a drop-in replacement which handles some tedious setup. Review by dragos.