how to profile speed, function timing, in .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Visual Studio 6, using C++, you could perform function timing, get hit
counts, etc. You would choose to Enable Profiling, then choose Build
Profile, and it would create a brief report. It worked great. Is there a
simple profiling method included in C++.NET?
 
In .NET you'd generally use the CLR Profiler but I'm not sure how good it is
with Managed C++
 

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

Back
Top