Stopwatch inconsistent behavior when initialized using StartNew()
Doing some performance tests I find the following behavior that seems wrong or counterintuitive. Does anyone know what can be due? Is it a bug I have to report? The following occurs: If I initialize a watch with StartNew() the results seem inconsistent. The same is not true if I create an instance of StopWatch.… Read More Stopwatch inconsistent behavior when initialized using StartNew()