#include "stack.h"
#include "global.h"
Go to the source code of this file.
◆ START
Value:
Definition at line 126 of file profile.h.
126#define START(...) \
127 do { \
128 } while (0)
◆ STOP
Value:
Definition at line 129 of file profile.h.
129#define STOP(...) \
130 do { \
131 } while (0)
◆ STOP_AND_START
| #define STOP_AND_START |
( |
| ... | ) |
|
Value:
Definition at line 140 of file profile.h.
140#define STOP_AND_START(...) \
141 do { \
142 } while (0)
◆ STOP_SEARCH_AND_START_SIMPLIFIER
| #define STOP_SEARCH_AND_START_SIMPLIFIER |
( |
| ... | ) |
|
Value:
Definition at line 133 of file profile.h.
133#define STOP_SEARCH_AND_START_SIMPLIFIER(...) \
134 do { \
135 } while (0)
◆ STOP_SIMPLIFIER_AND_RESUME_SEARCH
| #define STOP_SIMPLIFIER_AND_RESUME_SEARCH |
( |
| ... | ) |
|
Value:
Definition at line 136 of file profile.h.
136#define STOP_SIMPLIFIER_AND_RESUME_SEARCH(...) \
137 do { \
138 } while (0)