The FARGO_THORIN code developer's guide
|
This structure is used for monitoring CPU time usage. More...
#include <types.h>
Data Fields | |
char | name [80] |
clock_t | clicks |
This structure is used for monitoring CPU time usage.
It is used only if -t is specified on the command line.
clock_t timeprocess::clicks |
Definition at line 88 of file types.h.
Referenced by GiveSpecificTime(), and InitSpecificTime().
char timeprocess::name[80] |
Definition at line 87 of file types.h.
Referenced by GiveSpecificTime(), and InitSpecificTime().