CASCExplorer.PerfCounter.PerfCounter C# (CSharp) Method

PerfCounter() public method

public PerfCounter ( string name ) : System
name string
return System
        public PerfCounter(string name)
        {
            _name = name;
            _sw = Stopwatch.StartNew();
        }