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