GSF.Diagnostics.PerformanceMonitor.PerformanceMonitor C# (CSharp) Method

PerformanceMonitor() public method

Initializes a new instance of the PerformanceMonitor class.
public PerformanceMonitor ( ) : System
return System
        public PerformanceMonitor()
            : this(DefaultSamplingInterval)
        {
        }

Same methods

PerformanceMonitor::PerformanceMonitor ( double samplingInterval, bool addDefaultCounters = true ) : System
PerformanceMonitor::PerformanceMonitor ( string processName, bool addDefaultCounters = true ) : System
PerformanceMonitor::PerformanceMonitor ( string processName, double samplingInterval, bool addDefaultCounters = true ) : System