43#define DEG_DEBUG_PRINTF(depsgraph, type, ...) \
45 if (DEG_debug_flags_get(depsgraph) & G_DEBUG_DEPSGRAPH_##type) { \
46 DEG_debug_print_begin(depsgraph); \
47 fprintf(stdout, __VA_ARGS__); \
51#define DEG_GLOBAL_DEBUG_PRINTF(type, ...) \
53 if (G.debug & G_DEBUG_DEPSGRAPH_##type) { \
54 fprintf(stdout, __VA_ARGS__); \
58#define DEG_ERROR_PRINTF(...) \
60 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
std::string color_for_pointer(const void *pointer)