views:

76

answers:

3

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.

A: 

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.

massimogentilini
A: 

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.

Tim
+1  A: 

AQTime

Cedrik