The Pedigree Project 0.1
Public Attributes | List of all members
LinuxRusage64 Struct Reference
+ Collaboration diagram for LinuxRusage64:

Public Attributes

int64_t userSeconds
 
int64_t userMicroseconds
 
int64_t systemSeconds
 
int64_t systemMicroseconds
 
int64_t maximumResidentSetSize
 
int64_t integralSharedMemorySize
 
int64_t integralUnsharedDataSize
 
int64_t integralUnsharedStackSize
 
int64_t pageReclaims
 
int64_t pageFaults
 
int64_t swaps
 
int64_t blockInputs
 
int64_t blockOutputs
 
int64_t messagesSent
 
int64_t messagesReceived
 
int64_t signalsReceived
 
int64_t voluntaryContextSwitches
 
int64_t involuntaryContextSwitches
 

Detailed Description

Definition at line 19 of file linux-resource-abi.h.

Member Data Documentation

◆ blockInputs

int64_t LinuxRusage64::blockInputs

Definition at line 31 of file linux-resource-abi.h.

◆ blockOutputs

int64_t LinuxRusage64::blockOutputs

Definition at line 32 of file linux-resource-abi.h.

◆ integralSharedMemorySize

int64_t LinuxRusage64::integralSharedMemorySize

Definition at line 25 of file linux-resource-abi.h.

◆ integralUnsharedDataSize

int64_t LinuxRusage64::integralUnsharedDataSize

Definition at line 26 of file linux-resource-abi.h.

◆ integralUnsharedStackSize

int64_t LinuxRusage64::integralUnsharedStackSize

Definition at line 27 of file linux-resource-abi.h.

◆ involuntaryContextSwitches

int64_t LinuxRusage64::involuntaryContextSwitches

Definition at line 37 of file linux-resource-abi.h.

◆ maximumResidentSetSize

int64_t LinuxRusage64::maximumResidentSetSize

Definition at line 24 of file linux-resource-abi.h.

◆ messagesReceived

int64_t LinuxRusage64::messagesReceived

Definition at line 34 of file linux-resource-abi.h.

◆ messagesSent

int64_t LinuxRusage64::messagesSent

Definition at line 33 of file linux-resource-abi.h.

◆ pageFaults

int64_t LinuxRusage64::pageFaults

Definition at line 29 of file linux-resource-abi.h.

◆ pageReclaims

int64_t LinuxRusage64::pageReclaims

Definition at line 28 of file linux-resource-abi.h.

◆ signalsReceived

int64_t LinuxRusage64::signalsReceived

Definition at line 35 of file linux-resource-abi.h.

◆ swaps

int64_t LinuxRusage64::swaps

Definition at line 30 of file linux-resource-abi.h.

◆ systemMicroseconds

int64_t LinuxRusage64::systemMicroseconds

Definition at line 23 of file linux-resource-abi.h.

◆ systemSeconds

int64_t LinuxRusage64::systemSeconds

Definition at line 22 of file linux-resource-abi.h.

◆ userMicroseconds

int64_t LinuxRusage64::userMicroseconds

Definition at line 21 of file linux-resource-abi.h.

◆ userSeconds

int64_t LinuxRusage64::userSeconds

Definition at line 20 of file linux-resource-abi.h.

◆ voluntaryContextSwitches

int64_t LinuxRusage64::voluntaryContextSwitches

Definition at line 36 of file linux-resource-abi.h.


The documentation for this struct was generated from the following file: