Module Def.Rusage

type t
val t : t Ctypes.structure S.typ
val ru_utime : (Time2_types.Timeval.t Ctypes.structure, t Ctypes.structure) S.field
val ru_stime : (Time2_types.Timeval.t Ctypes.structure, t Ctypes.structure) S.field
val ru_maxrss : (Signed.long, t Ctypes.structure) S.field
val ru_ixrss : (Signed.long, t Ctypes.structure) S.field
val ru_idrss : (Signed.long, t Ctypes.structure) S.field
val ru_isrss : (Signed.long, t Ctypes.structure) S.field
val ru_minflt : (Signed.long, t Ctypes.structure) S.field
val ru_majflt : (Signed.long, t Ctypes.structure) S.field
val ru_nswap : (Signed.long, t Ctypes.structure) S.field
val ru_inblock : (Signed.long, t Ctypes.structure) S.field
val ru_oublock : (Signed.long, t Ctypes.structure) S.field
val ru_msgsnd : (Signed.long, t Ctypes.structure) S.field
val ru_msgrcv : (Signed.long, t Ctypes.structure) S.field
val ru_nsignals : (Signed.long, t Ctypes.structure) S.field
val ru_nvcsw : (Signed.long, t Ctypes.structure) S.field
val ru_nivcsw : (Signed.long, t Ctypes.structure) S.field