|
HOPS
HOPS class reference
|
Go to the source code of this file.
Classes | |
| struct | time_account |
Macros | |
| #define | FALSE 0 |
| #define | MAX_PSEGS 50 |
| #define | NAME_LEN 31 |
| #define | TRUE 1 |
Functions | |
| char * | account (const char *segment_name) |
| 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 | |
| #define FALSE 0 |
| #define MAX_PSEGS 50 |
| #define NAME_LEN 31 |
| #define TRUE 1 |
| char* account | ( | const char * | segment_name | ) |