You are here: Symbol Reference > Math387 Namespace > Functions > Math387.StopTimer Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.StopTimer Function

Stops the microsecond timer.

Pascal
function StopTimer(timervar: int64): double; overload;

Call this procedure to stop measuring time. To begin call StartTimer. The timervar must be the same as passed to the StartTimer routine. The result returned is time in seconds since the StartTimer routine was called.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!