My latest in a series of the weekly, or more often, summary of
interesting links I come across related to .NET Development on Profiling/Debugging.
interesting links I come across related to .NET Development on Profiling/Debugging.
- Although the Command Language Runtime (CLR) sports a nifty Garbage Collector (GC), which takes away the pain of memory management, we still can't get rid of memory leaks that if left uncleansed could degrade the app's performance and stability. Good thing we have some open source tool, the CLRProfiler, that we can use to track down memory leaks. Here's the how to guide from Amit on tracking memory leaks using CLRProfiler. But if you like tools that are integrated into your IDE, then we have to pay some hefty bucks for SciTech and DevPartner tools that are also nifty when it comes to memory profiling.
- SysInternal Tools are definitely must-haves when it comes to debugging and profiling. They're now live.
- I've now been trying out NDepend to analyze code structure, gather code metrics, and devise an effective refactoring. Maarten's article has been a good reference for such profiling activity.
0 comments:
Post a Comment