]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
New flag -u to suppress functions whose name does not begin with an
authorbde <bde@FreeBSD.org>
Mon, 5 Sep 1994 16:14:54 +0000 (16:14 +0000)
committerbde <bde@FreeBSD.org>
Mon, 5 Sep 1994 16:14:54 +0000 (16:14 +0000)
commit63eff9d9b845dca66ab4dc6bde9960b5edfc249a
treecda563e13e0df6f2d4199f44712b1a165f696055
parent889bf31f37aef15112814b058e35c5d89e8ad6db
New flag -u to suppress functions whose name does not begin with an
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.
usr.bin/gprof/gprof.1
usr.bin/gprof/gprof.c
usr.bin/gprof/printgprof.c