BuildingCoder.JtTimer.JtTimer C# (CSharp) Méthode

JtTimer() public méthode

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