Re: good profiling tools
- From: Paul Koch <paul.koch@xxxxxxxxxxxxxx>
- Date: Tue, 14 Feb 2006 11:56:55 +1000
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.
_______________________________________________
freebsd-performance@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "freebsd-performance-unsubscribe@xxxxxxxxxxx"
- References:
- good profiling tools
- From: Bharma Ji
- good profiling tools
- Prev by Date: good profiling tools
- Next by Date: Re: good profiling tools
- Previous by thread: good profiling tools
- Next by thread: Re: good profiling tools
- Index(es):
Relevant Pages
|
|