The FARGO_THORIN code developer's guide
 All Data Structures Files Functions Variables Typedefs Macros
Data Fields
timeprocess Struct Reference

This structure is used for monitoring CPU time usage. More...

#include <types.h>

Data Fields

char name [80]
 
clock_t clicks
 

Detailed Description

This structure is used for monitoring CPU time usage.

It is used only if -t is specified on the command line.

Definition at line 86 of file types.h.

Field Documentation

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().


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