Can DLLs also be profiled?

Questions about YourKit .NET Profiler
Locked
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Can DLLs also be profiled?

Post by Anton Katilin »

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
govindkavaturi
Posts: 1
Joined: Tue May 09, 2023 10:49 am

Re: Can DLLs also be profiled?

Post by govindkavaturi »

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.
davidoliver
Posts: 1
Joined: Thu May 11, 2023 7:18 pm

Re: Can DLLs also be profiled?

Post by davidoliver »

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.
Locked