Does ANTS can profile .DLL file?
ferriesyang
Posts: 4
thanks
This discussion has been closed.
Comments
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.