[fpc-pascal]High resolution timers on linux ?

Michael Van Canneyt michael.vancanneyt at wisa.be
Tue Aug 28 08:21:03 CEST 2001


On Mon, 27 Aug 2001, Kenneth Due wrote:

> Hello list
>
> I need some way to determine when 1/10000 sec has passed

Use the ualarm function. It sends a signal (SIGALRM) after a specified
period of time. The time can be specified in microseconds.

Michael.







More information about the fpc-pascal mailing list