Comments
1 comment
-
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!
Add comment
Please sign in to leave a comment.
We have .Net base application, where we want to run ANTS profile on UI instance on all DLLs only. will it possible?