rusage class final

A structure representing an accounting of resource utilization. The address of an instance of this structure is the second parameter to getrusage().

Note: All values other than ru_utime and ru_stime are implementaiton defined and subject to change in a future release. Their use is discouraged for standards compliant programs.

Inheritance
Implemented types
Available extensions

Constructors

rusage()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
ru_idrss int
integral unshared data (NU)
getter/setter pair
ru_inblock int
block input operations (atomic)
getter/setter pair
ru_isrss int
integral unshared stack (NU)
getter/setter pair
ru_ixrss int
integral shared memory size (NU)
getter/setter pair
ru_majflt int
page faults (NU)
getter/setter pair
ru_maxrss int
max resident set size (PL)
getter/setter pair
ru_minflt int
page reclaims (NU)
getter/setter pair
ru_msgrcv int
messages received (atomic)
getter/setter pair
ru_msgsnd int
messages sent (atomic)
getter/setter pair
ru_nivcsw int
involuntary "
getter/setter pair
ru_nsignals int
signals received (atomic)
getter/setter pair
ru_nswap int
swaps (NU)
getter/setter pair
ru_nvcsw int
voluntary context switches (atomic)
getter/setter pair
ru_oublock int
block output operations (atomic)
getter/setter pair
ru_stime timeval
system time used (PL)
getter/setter pair
ru_utime timeval
user time used (PL)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited