HOPS
HOPS class reference
source
c_src
mk4util
include
account.h
Go to the documentation of this file.
1
/*
2
* $Id$
3
*/
4
5
#ifndef ACCOUNT_H
6
#define ACCOUNT_H
7
8
#define MAX_PSEGS 50
9
#define NAME_LEN 31
10
#define TRUE 1
11
#define FALSE 0
12
13
struct
time_account
14
{
15
char
segment_name
[
NAME_LEN
+ 1];
16
int
namlen
;
17
double
real_time
;
18
double
user_time
;
19
double
system_time
;
20
int
times_called
;
21
};
22
23
#endif
24
25
extern
char
*
account
(
const
char
*segment_name);
26
27
/*
28
* eof
29
*/
time_account::times_called
int times_called
Definition:
account.h:20
time_account::system_time
double system_time
Definition:
account.h:19
account
char * account(const char *segment_name)
Definition:
account.c:43
NAME_LEN
#define NAME_LEN
Definition:
account.h:9
time_account::namlen
int namlen
Definition:
account.h:16
time_account::segment_name
char segment_name[NAME_LEN+1]
Definition:
account.h:15
time_account::user_time
double user_time
Definition:
account.h:18
time_account::real_time
double real_time
Definition:
account.h:17
time_account
Definition:
account.h:14
Generated on Thu Jul 31 2025 19:34:19 for HOPS by
1.9.1