Algosim documentation: TickCount

TickCount

Returns the number of milliseconds that have elapsed since the operating system was started, with a resolution of typically 10–16 milliseconds.

Syntax

Description

TickCount() returns the number of milliseconds that have elapsed since the operating system was started, with a resolution of typically 10–16 milliseconds.

Examples

t1 ≔ TickCount(); x ≔ average(RandomMatrix(1000)); t2 ≔ TickCount(); '(x, (t2 − t1) / 1000.)
0.500674506543
0.031

See also