NeoPZ
|
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... | |
Information on the resources used by a child process. Utility.
Definition at line 22 of file TPZTimer.h.
clock_t PZResourceUsage::elapsed |
Wallclock time of process (elapsed)
Definition at line 30 of file TPZTimer.h.
Referenced by TPZTimer::stop().
clock_t PZResourceUsage::start |
Wallclock time of process (start)
Definition at line 28 of file TPZTimer.h.
Referenced by TPZTimer::start(), and TPZTimer::stop().
int PZResourceUsage::waitstatus |
Waiting status.
Definition at line 25 of file TPZTimer.h.