Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
QueryPerformanceCounter ( System.Int64 &lpPerformanceCount ) : bool | ||
QueryPerformanceFrequency ( System.Int64 &lpFrequency ) : bool |
public SleepOptimum ( System.Int64 TotalWaitTime ) : System.Int64 | ||
TotalWaitTime | System.Int64 | |
return | System.Int64 |
public static WaitTimeOptimum ( System.Int64 TotalWaitTime ) : System.Int64 | ||
TotalWaitTime | System.Int64 | zulässige Gesamtwartezeit |
return | System.Int64 |
public setcurrentMeasuring ( System.Int64 newMilliseconds ) : void | ||
newMilliseconds | System.Int64 | |
return | void |
public stopMeasuringAndPrint ( ) : System.Int64 | ||
return | System.Int64 |