Snippet - Stopwatch Process Timer

Stopwatch Process Timer

Simple class for measuring elapsed time.

It would be nice if you could setup the API so member calls are as close to the System.Diagnostics as possible.

Start()
Stop();
StartNew()
etc.

Good work.