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 >
Text File  |  1988-09-26  |  771b  |  62 lines

  1.  
  2.  
  3. CLOCK()           os9-68000 Programmers Manual            CLOCK()
  4.  
  5.  
  6.  
  7. NAME       
  8.  
  9.      clock - get cpu time used 
  10.  
  11. SYNOPSIS       
  12.  
  13.      long clock() 
  14.  
  15. DESCRIPTION       
  16.  
  17.      Returns  the  amount  of CPU time used since the process was
  18.      started.   The  time  reported  is  the  sum of the user and
  19.      system times of the process and is given in microseconds.  
  20.  
  21. LIBRARY       
  22.  
  23.      use clock.l 
  24.  
  25. SEE ALSO      
  26.  
  27.      times(1),usertime(1),systemtime(1),cputime(1) 
  28.  
  29. AUTHOR       
  30.  
  31.      Rico Cozzio 
  32.  
  33. PROBLEMS       
  34.  
  35.      Since    clock()   returns   time   in   microseconds   (for
  36.      compatibility  with  UNIX  systems),  time  will wrap around
  37.      quite quickly.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. CLOCK()                                                    page 1
  61.  
  62.