|
From: <Woe...@on...> - 2006-06-01 09:11:07
|
On Thursday 01 June 2006 04:51, Nicholas Nethercote wrote: > On Wed, 31 May 2006, Jun Yuan wrote: > > I'm new to valgrind. Can anyone tell me how to do time > > profiling such as what percentage of CPU is spend on > > what functions? Seems to me cache and heap profiling > > is not for this task. > > Use gprof or something like it. Valgrind doesn't do time-based > measurements. what about the valgrind tool callgrind? Cheers, Andr=E9 |