Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double StopTimer(); | Stops the timer with microsecond resolution. |
| 2 | double StopTimer(const long long timervar); | Stops the microsecond timer. |
Overload 1: double StopTimer();
Stops the timer with microsecond resolution.
Remarks:
Call this procedure to stop measuring time. To begin call Math387::StartTimer. The result returned is time in seconds since the StartTimer routine was called.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: double StopTimer(const long long timervar);
Stops the microsecond timer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | timervar | const long long |
Remarks:
Call this procedure to stop measuring time. To begin call Math387::StartTimer. The timervar must be the same as passed to the Math387::StartTimer routine. The result returned is time in seconds since the StartTimer routine was called.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler