|
From: Nicholas N. <nj...@cs...> - 2007-05-17 11:27:56
|
On Thu, 17 May 2007, Ferad Zyulkyarov wrote: > Hi, I read the valgrind manual but I couldn't figure out how to > collect the the event Cycles (CPU cycles). I want to see how many > cycles it costs to call and execute a function. Why do you think Valgrind can do this? Gprof might be more suited to your needs. Nick |