home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / clock.0 < prev    next >
Text File  |  1993-12-07  |  939b  |  67 lines

  1.  
  2. CLOCK(3)                   UNIX Programmer's Manual                   CLOCK(3)
  3.  
  4. NNAAMMEE
  5.      cclloocckk - determine processor time used
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssyyss//ttyyppeess..hh>>
  9.  
  10.      _c_l_o_c_k___t
  11.      cclloocckk(_v_o_i_d)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The cclloocckk() function determines the amount of processor time used since
  15.      the invocation of the calling process, measured in CLK_TCKs.
  16.  
  17. RREETTUURRNN VVAALLUUEESS
  18.      The cclloocckk() function returns the amount of time used unless an error oc­
  19.      curs, in which case the return value is -1.
  20.  
  21. SSEEEE AALLSSOO
  22.      getrusage(2)
  23.  
  24. SSTTAANNDDAARRDDSS
  25.      The cclloocckk() function conforms to ANSI C3.159­1989 (``ANSI C'').
  26.  
  27. BSD Experimental                 June 29, 1991                               1
  28.  
  29.  
  30.  
  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.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.