Navigation

Operators and Keywords

Function List:

C++ API

Built-in Function: usleep (microseconds)

Suspend the execution of the program for the given number of microseconds.

On systems where it is not possible to sleep for periods of time less than one second, usleep will pause the execution for round (microseconds / 1e6) seconds.

See also: sleep, pause.

Package: octave