aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof/gprof.1
Commit message (Collapse)AuthorAgeFilesLines
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+7
| | | | Notes: svn path=/head/; revision=95124
* mdoc(7) police: kill whitespace at EOL.Ruslan Ermilov2001-11-201-1/+1
| | | | Notes: svn path=/head/; revision=86675
* Add -K support to gprof(1), which enables dynamic symbol resolution fromBrian Feldman2001-10-301-0/+11
| | | | | | | | | | | | the currently-running kernel (and supercedes an executable file argument given). With this change, properly-compiled KLD modules are now able to be profiled. Obtained from: NAI Labs CBOSS project Funded by: DARPA Notes: svn path=/head/; revision=85739
* Add hint about how we name profiled libraries (append _p at the right place).Jens Schweikhardt2001-08-141-0/+11
| | | | | | | | | | PR: 8061 Submitted by: Brandon Gillespie <brandon@ice.cold.org> Reviewed by: joerg, ru MFC after: 5 weeks Notes: svn path=/head/; revision=81637
* Remove whitespace at EOL.Dima Dorfman2001-07-151-7/+7
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Grammar police: "its", not "it's", is the possessive form of "it".Dima Dorfman2001-04-151-1/+1
| | | | Notes: svn path=/head/; revision=75531
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
| | | | Notes: svn path=/head/; revision=68963
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Construct the profile file name from the name of the executable. A programJean-Marc Zucconi1999-05-231-11/+9
| | | | | | | | | | compiled with -pg and run will generate a file <executable-filename>.gmon, not gmon.out. PR: bin/8426 Notes: svn path=/head/; revision=47420
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-071-2/+9
| | | | | | | | | | | | | | the executable file, so it will work for both a.out and ELF format files. I have split the object format specific code into separate source files. It's cleaner than it was before, but it's still pretty crufty. Don't cheat on your make world for this update. A lot of things have to be rebuilt for it to work, including the compiler and all of the profiled libraries. Notes: svn path=/head/; revision=38928
* Sort cross references.Wolfram Schneider1997-01-151-3/+3
| | | | Notes: svn path=/head/; revision=21748
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-1/+1
| | | | Notes: svn path=/head/; revision=15082
* Xref clocks(7).Joerg Wunsch1996-04-051-0/+1
| | | | Notes: svn path=/head/; revision=15049
* Another round of man page cleanups.Mike Pritchard1996-02-121-3/+3
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* Added much-needed new options -[lL], to suppress printing of either theGarrett Wollman1994-12-221-0/+4
| | | | | | | 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-051-2/+9
| | | | | | | | | | | 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-271-0/+281
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590