Want to profile the .Net code DLL from command prompt
Ashu
Posts: 1 New member
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?
We have .Net base application, where we want to run ANTS profile on UI instance on all DLLs only. will it possible?
Tagged:
Answers
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?