#include "global.h"

Go to the source code of this file.
Macros | |
| #define | NON_CADICAL_QUIET_PROFILE_CODE(CODE) |
| #define | START(P) |
| #define | STOP(P) |
| #define | PROFILE_ACTIVE(P) |
| #define | START_SIMPLIFIER(S, M) |
| #define | STOP_SIMPLIFIER(S, M) |
| #define | START_INNER_WALK() |
| #define | STOP_INNER_WALK() |
| #define | START_OUTER_WALK() |
| #define | STOP_OUTER_WALK() |
| #define NON_CADICAL_QUIET_PROFILE_CODE | ( | CODE | ) |
Definition at line 142 of file profile.hpp.
| #define PROFILE_ACTIVE | ( | P | ) |
Definition at line 166 of file profile.hpp.
| #define START | ( | P | ) |
Definition at line 150 of file profile.hpp.
| #define START_INNER_WALK | ( | ) |
Definition at line 222 of file profile.hpp.
| #define START_OUTER_WALK | ( | ) |
Definition at line 259 of file profile.hpp.
| #define START_SIMPLIFIER | ( | S, | |
| M ) |
Definition at line 172 of file profile.hpp.
| #define STOP | ( | P | ) |
Definition at line 158 of file profile.hpp.
| #define STOP_INNER_WALK | ( | ) |
Definition at line 240 of file profile.hpp.
| #define STOP_OUTER_WALK | ( | ) |
Definition at line 270 of file profile.hpp.
| #define STOP_SIMPLIFIER | ( | S, | |
| M ) |
Definition at line 197 of file profile.hpp.