HOPS
HOPS class reference
Classes | Macros | Functions
account.h File Reference

Go to the source code of this file.

Classes

Macros

#define FALSE   0
 
#define MAX_PSEGS   50
 
#define NAME_LEN   31
 
#define TRUE   1
 

Functions

char * account (const char *segment_name)
 

Class Documentation

◆ time_account

struct time_account
Class Members
int namlen
double real_time
char segment_name[NAME_LEN+1]
double system_time
int times_called
double user_time

Macro Definition Documentation

◆ FALSE

#define FALSE   0

◆ MAX_PSEGS

#define MAX_PSEGS   50

◆ NAME_LEN

#define NAME_LEN   31

◆ TRUE

#define TRUE   1

Function Documentation

◆ account()

char* account ( const char *  segment_name)