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.system_time < prev    next >
Text File  |  1988-09-26  |  548b  |  62 lines

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