How do you profile your apps under windows?

Dmitry Olshansky dmitry.olsh at gmail.com
Fri Aug 9 11:12:42 PDT 2013


09-Aug-2013 20:39, Alexandr Druzhinin пишет:
> -profile switch doesn't work for me (nothing happens), so I'm curious
> how to profile?

My take is to compile with -g and use say AMD CodeAnalyst (or Intel's 
analog). Works quite well even though all symbols are mangled.

With -profile the app usually outputs trace.log somewhere in the folder 
launched.

-- 
Dmitry Olshansky


More information about the Digitalmars-d-learn mailing list