Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
StepTimer ( ) : System | ||
TimeLoop ( Stopwatch sw, System.Action del, int loopCount ) : double | ||
TimeLoop ( Stopwatch sw, Action |
public static GetAverage ( string Name ) : double | ||
Name | string | |
Результат | double |
public static GetNanoSeconds ( string Name, int loopCount ) : double | ||
Name | string | |
loopCount | int | |
Результат | double |
public static GetSlowest ( string Name ) : double | ||
Name | string | |
Результат | double |
public static Start ( string name, bool runGC = false ) : ITimer | ||
name | string | |
runGC | bool | |
Результат | ITimer |
public static Time ( int internalLoopCount, System.Action del ) : string | ||
internalLoopCount | int | |
del | System.Action | |
Результат | string |
public static Time ( int internalLoopCount, Action |
||
internalLoopCount | int | |
del | Action |
|
Результат | string |