How to profile my program

G

Guest

I'm feeling foolish. I have searched high and low, both online and in the
help, and I can't seem to find out how to profile my program. Please accept
my apology if this is not the appropriate venue for this question.

Is there a profiling tool in .NET 2003 for profiling unmanaged C++ code? If
so, where do I find out how to use it? If not, then what are your
suggestions for 3rd party tools?
 
D

David Lowndes

Is there a profiling tool in .NET 2003 for profiling unmanaged C++ code?

Where is the profiler in Visual Studio .NET?
Rather than provide a not-too-great profiler in Visual Studio, we
opted to work with Compuware to provide a much better integrated
profiler. You can go get their DevPartner Profiler Community
Edition for free. Here's a link
<http://go.microsoft.com/fwlink/?LinkId=7256>.

Dave
 
I

Ira Baxter

LongJohn said:
I'm feeling foolish. I have searched high and low, both online and in the
help, and I can't seem to find out how to profile my program. Please accept
my apology if this is not the appropriate venue for this question.

Is there a profiling tool in .NET 2003 for profiling unmanaged C++ code? If
so, where do I find out how to use it? If not, then what are your
suggestions for 3rd party tools?

Try www.semanticdesigns.com/Products/Profilers/CppProfiler.html.
 

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

Top