|
From: Bob T. <ta...@re...> - 2003-09-30 21:11:30
|
I was reading Nicholas Nethercote post about the Annelid skin for valgrind, it got me thinking, is there a definative list of valgrind skins? I don't see one on Julian's home page. -- Bob Tanner <ta...@mn...> | Phone : (952)943-8700 http://www.mn-linux.org, Minnesota, Linux | Fax : (952)943-8500 Key fingerprint = AB15 0BDF BCDE 4369 5B42 1973 7CF1 A709 2CC1 B288 |
|
From: Nicholas N. <nj...@ca...> - 2003-10-01 11:00:43
|
On Tue, 30 Sep 2003, Bob Tanner wrote:
> I was reading Nicholas Nethercote post about the Annelid skin for valgrind, it
> got me thinking, is there a definative list of valgrind skins?
No.
The ones I know about, off the top of my head:
- distributed ones
- useful ones: Memcheck, Addrcheck, Cachegrind, Helgrind;
- for testing/demonstrative use only: Nulgrind, Corecheck, Lackey
- mine:
- useful: Massif, Annelid, Crocus
- Josef Weidendorfer (kcachegrind.sourceforge.net/cgi-bin/show.cgi)
- useful: Calltree (paired with KCachegrind)
- Jeremy Fitzhardinge (www.goop.org/~jeremy/valgrind/)
- useful: VGProf
- for testing use only: Testbed
N
|