BuildingCoder.JtTimer.JtTimer C# (CSharp) Method

JtTimer() public method

Performance timer
public JtTimer ( string what_are_we_testing_here ) : System
what_are_we_testing_here string /// Key describing code to be timed
return System
        public JtTimer( string what_are_we_testing_here )
        {
            Restart( what_are_we_testing_here );
        }