Method | Description | |
---|---|---|
JtTimer ( string what_are_we_testing_here ) : System |
Performance timer constructor.
|
|
Report ( string description ) : void |
Write and display a report of the timing results in a text file.
|
|
Restart ( string what_are_we_testing_here ) : void |
Restart the measurement from scratch.
|
|
Stop ( ) : void |
Stop the timer.
|
Method | Description | |
---|---|---|
IDisposable ( ) : void |
Automatic disposal when the the using statement block finishes: the timer is stopped and the time is registered.
|
public JtTimer ( string what_are_we_testing_here ) : System | ||
what_are_we_testing_here | string | /// Key describing code to be timed |
return | System |
public Restart ( string what_are_we_testing_here ) : void | ||
what_are_we_testing_here | string | |
return | void |