Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void StartTimer(); | Starts the microsecond timer. |
| 2 | void StartTimer(long long &timervar); | Starts the timer with microsecond resolution. |
Overload 1: void StartTimer();
Starts the microsecond timer.
Remarks:
Call this procedure to begin measuring time. To stop call Math387::StopTimer
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: void StartTimer(long long &timervar);
Starts the timer with microsecond resolution.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | timervar | long long & |
Remarks:
Call this procedure to begin measuring time. To stop call Math387::StopTimer. The timervar must be passed to the Math387::StopTimer routine.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler