Possible Duplicates:
What Are Some Good .NET Profilers?
Any decent C# profilers out there?
I've frequently wanted to profile code in our team's projects to compare speeds and efficiencies. However, according to Microsoft's Beginners Guide to Performance Profiling, the Visual Studio performance wizard isn't part of Visual Studio 2010 Professional, which is what we use.
Given this limitation, it seems a third-party application is required. I doubt I can convince my boss to spend much money on a profiling application. What options do I have, and how do I go about using such a tool?
EDIT
Thanks for the links to other questions regarding which profilers are available. Very useful! I'm editing this question to focus a little more about how to use these profilers. Are there any significant differences? In usability?