예제 #1
0
 /// <summary>
 /// Resets profiler's <see cref="Stopwatch"/>
 /// </summary>
 public static void Reset()
 {
     if (SWatch != null)
     {
         SWatch.Stop();
         SWatch.Reset();
     }
 }