Next: posix resources funcs, Previous: posix resources rlimit, Up: posix resources [Index]
struct-rusageScheme level representation of the C language type struct rusage,
(libc)struct rusage. It has the following fields:
ru_utimeAn instance of struct-timeval.
ru_stimeAn instance of struct-timeval.
ru_maxrssAn exact integer in the range of the C language type long int.
ru_ixrssAn exact integer in the range of the C language type long int.
ru_idrssAn exact integer in the range of the C language type long int.
ru_isrssAn exact integer in the range of the C language type long int.
ru_minfltAn exact integer in the range of the C language type long int.
ru_majfltAn exact integer in the range of the C language type long int.
ru_nswapAn exact integer in the range of the C language type long int.
ru_inblockAn exact integer in the range of the C language type long int.
ru_oublockAn exact integer in the range of the C language type long int.
ru_msgsndAn exact integer in the range of the C language type long int.
ru_msgrcvAn exact integer in the range of the C language type long int.
ru_nsignalsAn exact integer in the range of the C language type long int.
ru_nvcswAn exact integer in the range of the C language type long int.
ru_nivcswAn exact integer in the range of the C language type long int.
Notice some of the fields may be meaningless on some platforms, in which
case they are set to #f.
Build and return a new instance of struct-rusage. When no
arguments are given: the fields ru_utime and ru_stime are
set to instance of struct-timeval with fields set to zero, all
the other fields are set to #f.
Return #t if obj is an instance of struct-rusage.
Accessors for the fields of struct-rusage.
Mutators for the fields of struct-rusage.
Next: posix resources funcs, Previous: posix resources rlimit, Up: posix resources [Index]