C# High accuracy Timing -


i making small typing test in c# in program asks type word , shows time. using c# timer class (drag , drop timer toolbox), tick time of 1ms, wasn't giving me accurate results, substituted stopwatch , timing super accurate, problem seems cannot assign event handlers stopwatch although can show user time when finishes word, cannot show hum time while typing. thoughts?

use timer fires events every 10th of second or , polls stopwatch value. won't accurate stopwatch since there lag humans can't react faster 10th of second.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -