المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : .NET CLR Profiling Services: Track Your Managed Components to Boost Application Perfo



C++ Programming
03-29-2009, 02:42 AM
The Microsoft .NET platform provides you with a rich set of services for building profilers and application monitors for applications targeting the Common ******** Runtime (CLR). These services expose runtime events that occur during the execution of a .NET application. They can be used to obtain information about managed code being executed under the runtime. This article describes the .NET CLR Profiling Services and shows how to use the services to build a simple profiler that will provide hot spot information for any .NET application. The sample profiler can easily be modified to suit other profiling and monitoring needs.

Anastasios Kasiolas

<a href="http://msdn.microsoft.com/magazine/bd9f97a3-a0c4-4faa-bf66-1cda8148917a">MSDN Magazine November 2001