68 #define DEG_DEBUG_PRINTF(depsgraph, type, ...) \
70 if (DEG_debug_flags_get(depsgraph) & G_DEBUG_DEPSGRAPH_##type) { \
71 DEG_debug_print_begin(depsgraph); \
72 fprintf(stdout, __VA_ARGS__); \
76 #define DEG_GLOBAL_DEBUG_PRINTF(type, ...) \
78 if (G.debug & G_DEBUG_DEPSGRAPH_##type) { \
79 fprintf(stdout, __VA_ARGS__); \
83 #define DEG_ERROR_PRINTF(...) \
85 fprintf(stderr, __VA_ARGS__); \
AveragedTimeSampler< MAX_FPS_COUNTERS > fps_samples_
double graph_evaluation_start_time_
static constexpr const int MAX_FPS_COUNTERS
void begin_graph_evaluation()
void end_graph_evaluation()
bool do_time_debug() const
string color_for_pointer(const void *pointer)