45#define DEG_DEBUG_PRINTF(depsgraph, type, ...) \
47 if (DEG_debug_flags_get(depsgraph) & G_DEBUG_DEPSGRAPH_##type) { \
48 DEG_debug_print_begin(depsgraph); \
49 fprintf(stdout, __VA_ARGS__); \
53#define DEG_GLOBAL_DEBUG_PRINTF(type, ...) \
55 if (G.debug & G_DEBUG_DEPSGRAPH_##type) { \
56 fprintf(stdout, __VA_ARGS__); \
60#define DEG_ERROR_PRINTF(...) \
62 fprintf(stderr, __VA_ARGS__); \
double graph_evaluation_start_time_
static const constexpr int MAX_FPS_COUNTERS
void begin_graph_evaluation()
void end_graph_evaluation()
bool do_time_debug() const
string color_for_pointer(const void *pointer)