.NET Profiler DLL Agent
Last updated
Was this helpful?
Last updated
Was this helpful?
A profiler is a tool that monitors the execution of another application. A common language runtime (CLR) profiler is a dynamic link library (DLL) consisting of functions that receive messages from and send messages to the CLR using the profiling API. The profiler DLL is loaded by the CLR at runtime.