Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void StartTimer | Starts the microsecond timer. |
| 2 | void StartTimer(ref Int64 timervar) | Starts the timer with microsecond resolution. |
Overload 1: void StartTimer
Starts the microsecond timer.
Result: stored in self (calling object)
Remarks:
Call this procedure to begin measuring time. To stop call Dew.Math.Units.Math387.StopTimer
Overload 2: void StartTimer(ref Int64 timervar)
Starts the timer with microsecond resolution.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | timervar | Int64 (ref) |
Result: stored in self (calling object)
Remarks:
Call this procedure to begin measuring time. To stop call Dew.Math.Units.Math387.StopTimer. The timervar must be passed to the Dew.Math.Units.Math387.StopTimer routine.