Math387::StopTimer Function

Overload List

#SignatureDescription
1double StopTimer();Stops the timer with microsecond resolution.
2double 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.

#NameTypeDescription
1timervarconst 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