|
From: Julian S. <js...@ac...> - 2008-06-19 16:36:01
|
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 |