(Describes how to create your own custom profiler for any managed application
Contents
* Introduction
* Background
* What is a Profiler?
* How Does the CLR Enable Profiling?
* The Sample Profiler
* Solutions and Projects
* Output File Results
* Using the code
* The DotNetProfiler Project
* Profiler Initialization
* Profiler Interaction
* Profiler Shutdown
* The ProfilerTest Project
* Running the Pre-built Sample
* Building the Source Code
* Points of Interest
* Other References
* History)