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

Want to profile the .Net code DLL from command prompt

Want to profile the .Net code DLLs from command prompt

We have .Net base application, where we want to run ANTS profile on UI instance on all DLLs only. will it possible?

Ashu
0

Comments

1 comment

  • Jessica R
    Hi @Ashu!

    If you only want to get results for certain DLLs, you can do this by making sure that the .pdb files for only the DLLs you want are available alongside the profiled application's .exe. Then you'll need to profile by using one of the "methods with source only" profiling modes.

    (Methods are considered "with source" only if ANTS can locate the pdb files for their containing assemblies.)

    Hope that helps!
    Jessica R
    0

Add comment

Please sign in to leave a comment.