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.

Tim
  • 20,184
  • 24
  • 117
  • 214
Sakin
  • 3,367
  • 3
  • 23
  • 27

3 Answers3

3

AQTime

Cédric Guillemette
  • 2,394
  • 1
  • 14
  • 22
0

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
  • 4,102
  • 5
  • 29
  • 32
0

Here is a thread that may be of use for you: Decent profiler for Windows?

xperf might be good.

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

Community
  • 1
  • 1
Tim
  • 20,184
  • 24
  • 117
  • 214