up | Inhaltsverzeichniss | Kommentar

Manual page for CLOCK(3C)

clock - report CPU time used

SYNOPSIS

long clock ( )

DESCRIPTION

clock() returns the amount of CPU time (in microseconds) used since the first call to clock. The time reported is the sum of the user and system times of the calling process and its terminated child processes for which it has executed wait.2v or system.3

The resolution of the clock is 16.667 milliseconds.

SEE ALSO

wait.2v system.3 times.3v

BUGS

The value returned by clock() is defined in microseconds for compatibility with systems that have CPU clocks with much higher resolution. Because of this, the value returned will wrap around after accumulating only 2147 seconds of CPU time (about 36 minutes).


index | Inhaltsverzeichniss | Kommentar

Created by unroff & hp-tools. © somebody (See intro for details). All Rights Reserved. Last modified 11/5/97