Date: Tue, 14 Feb 2006 11:56:55 +1000 From: Paul Koch <paul.koch@statseeker.com> To: freebsd-performance@freebsd.org Subject: Re: good profiling tools Message-ID: <200602141156.55763.paul.koch@statseeker.com> In-Reply-To: <67beabb0602131725le4be43cl101b06eeffb964f4@mail.gmail.com> References: <67beabb0602131725le4be43cl101b06eeffb964f4@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 14 Feb 2006 11:25 am, Bharma Ji wrote: > Hi > I am lookign for good and reliable profiling tools that work on > FreeBSD. I am using gprof but am wondering if there are better tools > out there. Also is there any GUI on top of gprof > Thanks for any answers In our development environment, we currently use: - gcc with every possible warning turned on (-Wall is not enough) - gprof for function level profiling - dmalloc for memory leak detection - valgrind (doesn't work on FreeBSD-64 though) - cachegrind (part of valgrind) for cache hit/miss profiling Paul.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602141156.55763.paul.koch>