Hi Sushma
You can profile any CLR process not matter how it is started.
For instance, please see https://www.yourkit.com/docs/dotnet/hel ... al_all.jsp
Can DLLs also be profiled?
-
- Posts: 1
- Joined: Tue May 09, 2023 10:49 am
Re: Can DLLs also be profiled?
Yes, it is possible to profile DLLs (Dynamic Link Libraries). DLLs are essentially libraries that contain executable code and data that can be loaded by a program at runtime. Profiling DLLs can be useful in identifying performance bottlenecks and other issues that may be affecting the performance of an application that uses them.
-
- Posts: 1
- Joined: Thu May 11, 2023 7:18 pm
Re: Can DLLs also be profiled?
Yes, DLLs (Dynamic Link Libraries) can be profiled. Profiling involves analyzing the performance of an application or code module to identify areas of improvement and optimization.