51 #define DEG_DEBUG_PRINTF(depsgraph, type, ...) \
53 if (DEG_debug_flags_get(depsgraph) & G_DEBUG_DEPSGRAPH_##type) { \
54 DEG_debug_print_begin(depsgraph); \
55 fprintf(stdout, __VA_ARGS__); \
59 #define DEG_GLOBAL_DEBUG_PRINTF(type, ...) \
61 if (G.debug & G_DEBUG_DEPSGRAPH_##type) { \
62 fprintf(stdout, __VA_ARGS__); \
66 #define DEG_ERROR_PRINTF(...) \
68 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)