A question on the new CLR Profiler for .NET Framework 2.0 Beta2
Thanks!
Thanks!
CLRProfiler is a specialized tool that allows you to analyze in detail the allocation behavior of your application - what it allocates, how long object instances stay around before they are cleaned up by the garbage collector, etc.
The profiler in Whidbey Team System in contrast is more general - it allows you to see where your program spends its time as well see the allocation behavior.
So the focus of the two tools is quite different. Perhaps it would make sense to start with the profiler in Whidbey Team System, and use CLRProfiler if you need more detailed analysis of the allocation behavior.
Thanks
Peter
The idea was that most users would just work with VSTS.
Thanks
Peter