Blender Git Commit Log
Git Commits -> Revision 5643886
Revision 5643886 by Lukas Toenne (depsgraph_refactor) May 26, 2014, 17:24 (GMT) |
Added a central DepsgraphDebug class to hold the various reporting functions for debugging/logging/statistics. This could eventually have multiple implementations, including a stub for noop functions, and be passed as a top-level template parameter to eliminate overhead as much as possible. |
Commit Details:
Full Hash: 56438860959547a7f88977c2b9c40f48f2470f1b
Parent Commit: cc5a053
Lines Changed: +92, -7
1 Added Path:
/source/blender/depsgraph/intern/depsgraph_debug.h (+55, -0) (View)
5 Modified Paths:
/source/blender/depsgraph/CMakeLists.txt (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+29, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+0, -2) (Diff)
/source/blender/depsgraph/intern/depsnode_operation.h (+0, -3) (Diff)
/source/blender/depsgraph/util/depsgraph_util_task.cpp (+7, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+29, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+0, -2) (Diff)
/source/blender/depsgraph/intern/depsnode_operation.h (+0, -3) (Diff)
/source/blender/depsgraph/util/depsgraph_util_task.cpp (+7, -2) (Diff)