home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
EFFO
/
forum7.lzh
/
RICO
/
MAN
/
man.clock
< prev
next >
Wrap
Text File
|
1988-09-26
|
771b
|
62 lines
CLOCK() os9-68000 Programmers Manual CLOCK()
NAME
clock - get cpu time used
SYNOPSIS
long clock()
DESCRIPTION
Returns the amount of CPU time used since the process was
started. The time reported is the sum of the user and
system times of the process and is given in microseconds.
LIBRARY
use clock.l
SEE ALSO
times(1),usertime(1),systemtime(1),cputime(1)
AUTHOR
Rico Cozzio
PROBLEMS
Since clock() returns time in microseconds (for
compatibility with UNIX systems), time will wrap around
quite quickly.
CLOCK() page 1