|
From: Rodrigo D. <ro...@ho...> - 2008-06-19 17:03:52
|
Just out of curiosity, what is the problem with gprof? Thanks, Rodrigo > -----Original Message----- > From: Julian Seward [mailto:js...@ac...] > Sent: Thursday, June 19, 2008 12:29 PM > To: val...@li... > Cc: Rodrigo Dominguez > Subject: Re: [Valgrind-developers] Profiling Valgrind's Core > > On Thursday 19 June 2008 18:25, Rodrigo Dominguez wrote: > > Hi, > > > > I am interested in profiling Valgrind's core (using gprof > or something > > similar). I was wondering if anybody had done something > similar before. > > Many, many times. But you can't use gprof. Either use OProfile or > you can run valgrind-on-valgrind (self hosting) so as to profile it > with cachegrind/callgrind. > > J > |