This is neither C# or VB.NET specific i am just looking for a nice class to time the execution of specific blocks of code. At the moment i am just using the System.Diagnostics.Stopwatch class and C# seems to be performing better by quite a bit

Anyway is there maybe a better way? From what i have heard Stopwatch is perfectly fine but just wondering, any ideas are welcome