A free one is prof/gprof. Compile with -p or -pg for gcc.
Combine this with a static complexity analysis to get
a good feel.

MT apps are a bit tricky to profile if your functions are
called by the different threads and these threads have
different paths.

--elhaddi

On Wed, 9 Jul 2003, Aravindan Raghuveer wrote:

> Hello,
> 
>  I am developing a multithreaded application and I need to analyse
> the performance of the same. [Need to know how much time is
> being spent in each function call etc] Does anybody know of a good
> way to do this.
> 
> Thanks in advance,
> 
> Regards,
> 
> -Aravind.
> 
> Aravindan Raghuveer
> Graduate Student
> Department of Electrical and Computer Engineering
> University of Minnesota
> Minneapolis, MN
> 
> _______________________________________________
> tclug-devel mailing list
> tclug-devel at mn-linux.org
> https://mailman.real-time.com/mailman/listinfo/tclug-devel
> 

-- 

	


_______________________________________________
tclug-devel mailing list
tclug-devel at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-devel