Example #1
0
 public void Stop()
 {
     HiPerfTimer.QueryPerformanceCounter(out this.stopTime);
 }
Example #2
0
 public void Start()
 {
     Thread.Sleep(0);
     HiPerfTimer.QueryPerformanceCounter(out this.startTime);
 }