Want to profile the .Net code DLL from command prompt

AshuAshu Posts: 1 New member
edited December 6, 2017 10:01AM in ANTS Performance Profiler 9
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?

Tagged:

Answers

  • Jessica RJessica R Posts: 1,319 Rose Gold 4
    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 Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


Sign In or Register to comment.