#include "Python.h"
Include dependency graph for Hephaestus.h:
Go to the source code of this file.
Defines | |
#define | hhh_MAX_CHECKPOINTS 10 |
#define | hhh_HASHTABLE_MINSIZE 4096 |
#define | hhh_TRACEDEPTH 12 |
#define | hhh_SYSTEMOFF 3 |
#define | hhh_BACKTRACE_SIZE hhh_TRACEDEPTH - hhh_SYSTEMOFF |
#define | hhh_SYMBOL_BUFLEN 2048 |
#define hhh_MAX_CHECKPOINTS 10 |
Definition at line 25 of file Hephaestus.h.
#define hhh_HASHTABLE_MINSIZE 4096 |
Definition at line 28 of file Hephaestus.h.
#define hhh_TRACEDEPTH 12 |
Definition at line 31 of file Hephaestus.h.
#define hhh_SYSTEMOFF 3 |
Definition at line 33 of file Hephaestus.h.
#define hhh_BACKTRACE_SIZE hhh_TRACEDEPTH - hhh_SYSTEMOFF |
Definition at line 35 of file Hephaestus.h.
#define hhh_SYMBOL_BUFLEN 2048 |
Definition at line 38 of file Hephaestus.h.