The Profiler collects more than I realised

Team Developer includes a very useful and powerful profiler for profiling managed and unmanaged code. 

By default, when you have selected that the profiler should collect Object allocation and Object Lifetime information, only the allocation details are shown in the Functions, Caller / Callee and Call Tree views. Even though they aren't shown the details on the number of times a function has been called and how long it takes to execute have still be collected during the profile session. To view these columns, simply right click on the column header and select "Add/Remove Columns". Now you can sellect more columns than can possibly fit on your screen!

Hope this helps.

Neil.