Метод | Описание | |
---|---|---|
PerformanceTimer ( ) : System | ||
PrintAndReset ( string Info ) : void | ||
SleepOptimum ( System.Int64 TotalWaitTime ) : System.Int64 |
legt den Thread optimal schlafen und gibt im Anschluß zurück, ob die maximale Wartezeit abgelaufen ist
|
|
WaitTimeOptimum ( System.Int64 TotalWaitTime ) : System.Int64 |
Ermittelt die optimale Wartezeit bei Zeitschleifen in Abhängigkeit zur zulässigen Gesamtwartezeit
|
|
currentMeasuring ( ) : System.Int64 |
Gibt die verstrichende Zeit in ms zurück und lässt die Messung weiterlaufen
|
|
setcurrentMeasuring ( System.Int64 newMilliseconds ) : void |
Setzt den Beginn der Zeitmessung auf den übergeben Wert
|
|
startMeasuring ( ) : void |
Startet die Messung, registriert die aktuelle Zeit
|
|
startMeasuring ( String Name ) : void |
Startet die Messung, registriert die aktuelle Zeit
|
|
stopMeasuring ( ) : System.Int64 |
Beendet die Messung und gibt die verstrichende Zeit in ms zurück
|
|
stopMeasuringAndPrint ( ) : System.Int64 |
Beendet die Messung und gibt die verstrichende Zeit als Debug-Information aus
|
Метод | Описание | |
---|---|---|
QueryPerformanceCounter ( System.Int64 &lpPerformanceCount ) : bool | ||
QueryPerformanceFrequency ( System.Int64 &lpFrequency ) : bool |
public PrintAndReset ( string Info ) : void | ||
Info | string | |
Результат | void |
public SleepOptimum ( System.Int64 TotalWaitTime ) : System.Int64 | ||
TotalWaitTime | System.Int64 | |
Результат | System.Int64 |
public static WaitTimeOptimum ( System.Int64 TotalWaitTime ) : System.Int64 | ||
TotalWaitTime | System.Int64 | zulässige Gesamtwartezeit |
Результат | System.Int64 |
public currentMeasuring ( ) : System.Int64 | ||
Результат | System.Int64 |
public setcurrentMeasuring ( System.Int64 newMilliseconds ) : void | ||
newMilliseconds | System.Int64 | |
Результат | void |
public startMeasuring ( String Name ) : void | ||
Name | String | |
Результат | void |
public stopMeasuringAndPrint ( ) : System.Int64 | ||
Результат | System.Int64 |