Go to the source code of this file.
◆ ARCDENSITY
◆ CALIB_SCALE
◆ FUNCTION_ALIGNMENT
#define FUNCTION_ALIGNMENT 16 |
◆ GMON_PROF_BUSY
◆ GMON_PROF_ERROR
#define GMON_PROF_ERROR 2 |
◆ GMON_PROF_HIRES
#define GMON_PROF_HIRES 4 |
◆ GMON_PROF_OFF
◆ GMON_PROF_ON
◆ GMONVERSION
#define GMONVERSION 0x00051879 |
◆ GPROF_COUNT
#define GPROF_COUNT 1 /* struct: profile tick count buffer */ |
◆ GPROF_FROMS
#define GPROF_FROMS 2 /* struct: from location hash bucket */ |
◆ GPROF_GMONPARAM
#define GPROF_GMONPARAM 4 /* struct: profiling parameters (see above) */ |
◆ GPROF_STATE
#define GPROF_STATE 0 /* int: profiling enabling variable */ |
◆ GPROF_TOS
#define GPROF_TOS 3 /* struct: destination/count structure */ |
◆ HASHFRACTION
Value:
#define FUNCTION_ALIGNMENT
Definition at line 138 of file gmon.h.
◆ HISTCOUNTER
◆ HISTFRACTION
Value:
Definition at line 92 of file gmon.h.
◆ KCOUNT
#define KCOUNT |
( |
|
p, |
|
|
|
index |
|
) |
| |
Value:
Definition at line 225 of file gmon.h.
◆ MAXARCS
#define MAXARCS (((u_long)1 << (8 * sizeof(u_short))) - 2) |
◆ MINARCS
◆ ROUNDDOWN
#define ROUNDDOWN |
( |
|
x, |
|
|
|
y |
|
) |
| (((x)/(y))*(y)) |
◆ ROUNDUP
#define ROUNDUP |
( |
|
x, |
|
|
|
y |
|
) |
| ((((x)+(y)-1)/(y))*(y)) |
◆ fptrdiff_t
◆ fptrint_t
◆ uintfptr_t
◆ _gmonparam