openHistorian.DebugStopwatch.DebugStopwatch C# (CSharp) Method

DebugStopwatch() public method

public DebugStopwatch ( ) : System
return System
        public DebugStopwatch()
        {
            GCSettings.LatencyMode = GCLatencyMode.Batch;
            sw = new Stopwatch();
        }