BuildingCoder.JtTimer.JtTimer C# (CSharp) 메소드

JtTimer() 공개 메소드

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