Profiling COM Libraries Used in a .NET Application

I'm looking for a performance profiler that is capable of profiling a C ++ library that is called from a .NET application.

I have tried cleaning + with no success (I am not getting calls in the COM library) and a few others.

+1


source to share


3 answers


AQTime



+3


source


Have you tried IBM or AMD tools? They are really low (they are made from processor manufacturers!), And maybe they can profile your component.



0


source


Here's a thread you might find useful: A Decent Windows Profiler?

xperf might be good.

I know that my group used vtune successfully in a previous job.

0


source







All Articles