NeoPZ
Public Attributes | List of all members
PZResourceUsage Struct Reference

Information on the resources used by a child process. Utility. More...

#include <TPZTimer.h>

Public Attributes

int waitstatus
 Waiting status. More...
 
clock_t start
 Wallclock time of process (start) More...
 
clock_t elapsed
 Wallclock time of process (elapsed) More...
 

Detailed Description

Information on the resources used by a child process. Utility.

Definition at line 22 of file TPZTimer.h.

Member Data Documentation

◆ elapsed

clock_t PZResourceUsage::elapsed

Wallclock time of process (elapsed)

Definition at line 30 of file TPZTimer.h.

Referenced by TPZTimer::stop().

◆ start

clock_t PZResourceUsage::start

Wallclock time of process (start)

Definition at line 28 of file TPZTimer.h.

Referenced by TPZTimer::start(), and TPZTimer::stop().

◆ waitstatus

int PZResourceUsage::waitstatus

Waiting status.

Definition at line 25 of file TPZTimer.h.


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