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