-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 04 July 2003 01:35, [EMAIL PROTECTED] wrote: > The application I mentioned was for C and C++ programmers. It is called > Valgrind. The following is from the valgrind website. > > Valgrind is a GPL'd tool to help you find memory-management problems in > your programs. When a program is run under Valgrind's supervision, all > reads and writes of memory are checked, and calls to malloc/new/free/delete > are intercepted. As a result, Valgrind can detect problems such as:
other cool features: o no recompile of binaries o watches the behaviour of libraries used as well o allows certain libraries and/or symbols to be ignored o can report on things like cache misses and register usage o has add-ons like cachegrind (and kcachegrind) that allow one to examine callgraphs and (actual!) time spent in various bits of the code - -- Aaron J. Seigo GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE: The 'K' is for 'kick ass' http://www.kde.org http://promo.kde.org/3.1/feature_guide.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/BZIL1rcusafx20MRAkpJAJ9m7aIpGEOgp+mbnHvVolMTqcTiwACgg+Lg FHLt+kcOyIQvAEaPJqHFiXs= =ONW4 -----END PGP SIGNATURE-----
