How can we help you today? How can we help you today?

Profiling assembly and application together

Hello Ryan,

Thanks for your post. ANTS Profiler will profile any code run in the context of an application. If you profile a managed-code assembly that calls managed code from a referenced assembly, that code will also be profiled.

If you set ANTS Profiler to profile the application that calls the dll, the code in the dll will also be profiled.

Please let us know if you have any more questions.
Brian Donahue
0

Comments

1 comment

  • Brian Donahue
    Hi Ryan,

    The trick to getting line level timing information is to have a debug build of the assembly so that a .pdb file is produced. The .pdb should be saved alongside the assembly, that way ANTS Profiler can find and open it so that it can locate the source code.
    Brian Donahue
    0

Add comment

Please sign in to leave a comment.