Method | Description | |
---|---|---|
GetAverage ( string Name ) : double | ||
GetNanoSeconds ( string Name, int loopCount ) : double | ||
GetResults ( ) : string | ||
GetSlowest ( string Name ) : double | ||
Reset ( ) : void | ||
Start ( string name, bool runGC = false ) : ITimer | ||
Time ( int internalLoopCount, System.Action del ) : string | ||
Time ( int internalLoopCount, Action |
Method | Description | |
---|---|---|
StepTimer ( ) : System | ||
TimeLoop ( Stopwatch sw, System.Action del, int loopCount ) : double | ||
TimeLoop ( Stopwatch sw, Action |
public static GetAverage ( string Name ) : double | ||
Name | string | |
return | double |
public static GetNanoSeconds ( string Name, int loopCount ) : double | ||
Name | string | |
loopCount | int | |
return | double |
public static GetSlowest ( string Name ) : double | ||
Name | string | |
return | double |
public static Start ( string name, bool runGC = false ) : ITimer | ||
name | string | |
runGC | bool | |
return | ITimer |
public static Time ( int internalLoopCount, System.Action del ) : string | ||
internalLoopCount | int | |
del | System.Action | |
return | string |
public static Time ( int internalLoopCount, Action |
||
internalLoopCount | int | |
del | Action |
|
return | string |