Math387.StartTimer Method

Overload List

#SignatureDescription
1procedure StartTimer;Starts the microsecond timer.
2procedure StartTimer(var timervar: Int64);Starts the timer with microsecond resolution.

Overload 1: procedure StartTimer;

Starts the microsecond timer.

Result: stored in self (calling object)

Remarks:

Call this procedure to begin measuring time. To stop call Math387.StopTimer

Overload 2: procedure StartTimer(var timervar: Int64);

Starts the timer with microsecond resolution.

#NameTypeDescription
1timervarInt64

Result: stored in self (calling object)

Remarks:

Call this procedure to begin measuring time. To stop call Math387.StopTimer. The timervar must be passed to the Math387.StopTimer routine.