C++ Profiler

A

Andy

Can anyone recommed a good profiler, to find where the majority of my code
execution lies?

I have Visual Studio C++ .NET, if there is a good one in there...


Thanks!
Andy
 
V

Victor Bazarov

Andy said:
Can anyone recommed a good profiler, to find where the majority of my code
execution lies?

I have Visual Studio C++ .NET, if there is a good one in there...

I think you will find that posting to a newsgroup where your inquiry
would be on topic will bring you much more useful information. I can
recommend either comp.os.ms-windows.programmer.win32 (the OS NG) or
microsoft.public.vc.language (the compiler NG). Profilers are extremely
platform-specific and hence discussions about them does not really
belong to a language newsgroup. Just a thought...

V
 
I

ibm

DevPartners has a product that integrates well IMHO.
I have found it useful.

There's even a Community (Free) Version although it only works in
Debug.

www.compuware.com/products

LHS of frame under "Products"

Select "DevPartner Profiler Community Edition"
 
A

Andy

I did not mind which platform it was on, which is why I asked here. Also,
wanted the opinion of C++ experts instead of Windows experts.
 
D

Dietmar Kuehl

Andy said:
Can anyone recommed a good profiler, to find where the majority of my code
execution lies?

Quantify, originally from PureSoft, now Rational, er, IBM, is a great
tool for performance analysis. I haven't seen anything matching its
capabilities. However, it is a while since I have used.
 
J

John Carson

Andy said:
I did not mind which platform it was on, which is why I asked here.
Also, wanted the opinion of C++ experts instead of Windows experts.

The answer differs with the platform, both in terms of available tools and
in terms of the relative time taken by different parts of your code.
 
A

Andy

I guess that makes sense, yeh. Thanks.

John Carson said:
The answer differs with the platform, both in terms of available tools and
in terms of the relative time taken by different parts of your code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top