From: salsaman <sal...@xs...> - 2004-09-22 20:54:07
|
Dennis Smit wrote: >Heya list > >I was wondering if someone has experience with profiling how >much time is spend in functions, how often they are called >and from where. > >I'd like to do a bit of profiling the upcoming time. > >Thanks, >Dennis > > >P.S. I'm a bit slow with responding to some mail lately, I'll >get to it, sorry! > > > > >------------------------------------------------------- >This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >Project Admins to receive an Apple iPod Mini FREE for your judgement on >who ports your project to Linux PPC the best. Sponsored by IBM. >Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >_______________________________________________ >Libvisual-devel mailing list >Lib...@li... >https://lists.sourceforge.net/lists/listinfo/libvisual-devel > > > > I did some in LiVES using gprof, at Niels' suggestion. Just compile: gcc -pg ... run the program as normal, then run gprof on the resulting gmon.out file. Gabriel. |