C/C++ Appliaction Profiler


 
Thread Tools Search this Thread
Top Forums Programming C/C++ Appliaction Profiler
# 1  
Old 03-18-2009
C/C++ Appliaction Profiler

Dear All,

I have my C/C++ appliaction running on Sun Solaris 5.9.

Can any of you please suggest a profiler which i can use for improving the code performance.

Please reply as i am stuck with the performance of the code.
# 2  
Old 03-23-2009
How about GProf (the GNU Profiler) ?

- Perhaps you should have a look at GProf (for one, it's GNU) ... Smilie

good luck, and success !

alexandre botao

Alexandre V. R. Botao | Unix, C/C++, Shell, LDAP, SSL/TLS, SSH, Perl, Java, Python, Security, ...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

Error when trying to use GNU profiler on AIX

Hello, I'm trying to compile my code with ‘-pg' option in order to use GNU profiler as follows: gcc example1.c -pg -o example1 -O2 -lc But I'm getting this error : collect2: gcrt0.o: cannot open as COFF file I'm working on AIX 5.3 Thanks in advance for your help (17 Replies)
Discussion started by: SteAlma
17 Replies

2. Shell Programming and Scripting

profiler

What is a hard and soft match in unix profiler ??? (1 Reply)
Discussion started by: ekharvi
1 Replies

3. Programming

function profiler for HPUX...?

I need some kind of profiler that will tell me how much time is spent in each function. I'm running HPUX. Thanks for the suggestions. (1 Reply)
Discussion started by: clockworks
1 Replies
Login or Register to Ask a Question