Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/DEG_depsgraph.h
| Show First 20 Lines • Show All 256 Lines • ▼ Show 20 Lines | void DEG_debug_print_eval_subdata_index(struct Depsgraph *depsgraph, | ||||
| const char *subdata_name, | const char *subdata_name, | ||||
| const void *subdata_address, | const void *subdata_address, | ||||
| const int subdata_index); | const int subdata_index); | ||||
| void DEG_debug_print_eval_parent_typed(struct Depsgraph *depsgraph, | void DEG_debug_print_eval_parent_typed(struct Depsgraph *depsgraph, | ||||
| const char *function_name, | const char *function_name, | ||||
| const char *object_name, | const char *object_name, | ||||
| const void *object_address, | const void *object_address, | ||||
| const char *object_type, | |||||
| const char *parent_comment, | const char *parent_comment, | ||||
| const char *parent_name, | const char *parent_name, | ||||
| const void *parent_address, | const void *parent_address); | ||||
| const char *parent_type); | |||||
| void DEG_debug_print_eval_time(struct Depsgraph *depsgraph, | void DEG_debug_print_eval_time(struct Depsgraph *depsgraph, | ||||
| const char* function_name, | const char* function_name, | ||||
| const char* object_name, | const char* object_name, | ||||
| const void* object_address, | const void* object_address, | ||||
| float time); | float time); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } /* extern "C" */ | } /* extern "C" */ | ||||
| #endif | #endif | ||||
| #endif /* __DEG_DEPSGRAPH_H__ */ | #endif /* __DEG_DEPSGRAPH_H__ */ | ||||