|
From: Nicholas N. <nj...@cs...> - 2006-06-01 02:52:04
|
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. Nick |