Programming

Code Execution Timing in .Net

The Stopwatch class  is a quick and easy way to get executing timings from your code.

The example code below shows how to get the execution time from a section of code:

Segue