vote up 1 vote down star
1

I am looking for a performance profiler that is able to profile a C++ library that is being called from a .NET Application.

I tried Purify+ without success (I don't get the calls the COM library) and a few others.

flag

56% accept rate

3 Answers

vote up 1 vote down check

AQTime

link|flag
vote up 0 vote down

Here is a thread that may be of use for you: http://stackoverflow.com/questions/170036/decent-profiler-for-windows

xperf might be good.

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

link|flag
vote up 0 vote down

Have you tried the IBM or AMD tools? They're really low level (being made from processor makers!) and so maybe they can profile your component.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.