Options

Does ANTS can profile .DLL file?

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    To get Profiler to profile a managed-code dll, you need to tell profiler to profile the application that launches the dll, even if that program is written in unmanaged code. This is useful, for example, for Visual Studio add-ins.

    You can disregard the warning message telling you that you're about to profile unmanaged code. ANTS Profiler will only profile the managed code that's run.
This discussion has been closed.