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++
 
Back
Top