Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

tms

Record containing timings for fpTimes call.

Declaration

Source position: ostypes.inc line 236

type tms = record

  tms_utime: clock_t;

  

User time.

  tms_stime: clock_t;

  

System time.

  tms_cutime: clock_t;

  

Children's user time.

  tms_cstime: clock_t;

  

Children's system time.

end;


Documentation generated on: Jul 24 2023