Michael Böckling
Michael Böckling

Reputation: 7862

Profile Windows Application

I want to profile a generic Win32 application for which I don't have the source code on a high level.

I imagine it working like this:

Is this possible?

Upvotes: 2

Views: 3579

Answers (1)

Michael Böckling
Michael Böckling

Reputation: 7862

There is a "Windows Performance Toolkit" that MS provides for free. It uses Kernel-level eventing and is therefore quite precise, stack traces are supported as well. It will use symbols if they are available.

You can get it here: http://blogs.msdn.com/b/ntdebugging/archive/2008/04/03/windows-performance-toolkit-xperf.aspx

Upvotes: 5

Related Questions