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

  1.  
  2.  
  3. USERTIME()        os9-68000 Programmers Manual         USERTIME()
  4.  
  5.  
  6.  
  7. NAME       
  8.  
  9.      user_time - get user cpu time used
  10.  
  11. SYNOPSIS       
  12.  
  13.      double user_time()
  14.  
  15. DESCRIPTION       
  16.  
  17.      Returns  the  amount of user CPU time used since the process
  18.      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),systemtime(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. USERTIME()                                                 page 1
  61.  
  62.