High-Performance Timer in C# - CodeProject
you might add a frame timer. Depending on the business, it is called a continuous timer or sample timer, or a time marker. The concept is basically that your end time from one event is the start of another. Although you can add multiple start/stop and dur...