Profiling is critical to writing high-performance applications. The Common Language Runtime (CLR) Profiler is an allocation profiling tool for .NET applications. Writing GC "friendly" code is critical to getting the best performance out of the .NET CLR. Gregor Noriskin talks about how to use the CLR Profiler and some of the data you can get from it.
|