aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof
Commit message (Collapse)AuthorAgeFilesLines
...
* Added much-needed new options -[lL], to suppress printing of either theGarrett Wollman1994-12-222-3/+21
| | | | | | | call-graph or the flat profile, since often you only want one of them. Notes: svn path=/head/; revision=5190
* New flag -u to suppress functions whose name does not begin with anBruce Evans1994-09-053-10/+32
| | | | | | | | | | | underscore. Use it to avoid seeing badsw when profiling the kernel. Print times more accurately (e.g. usec in %8.0f format instead of msec in %8.2f format for averages) if hz >= 10000. This should have no effect now since profhz is only 1024. Notes: svn path=/head/; revision=2513
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2741-0/+6501
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590