Blender Git Loki
Git Commits -> Revision cacb43e
Revision cacb43e by Lukas Toenne (depsgraph_refactor) May 27, 2014, 15:01 (GMT) |
Record basic statistics on depsgraph timing, if enabled in user prefs. This works with a (C style) `DepsgraphStats` struct, which holds a hash table containing per-ID block info. These ID info structs in turn can optionally have more detailed per-component info (currently never generated, this would have to be enabled per ID by the user in some way). |
Commit Details:
Full Hash: cacb43e04ccaa88f3fbe208ec3ba2f5ca75005dd
Parent Commit: f822be1
Lines Changed: +203, -36
5 Modified Paths:
/source/blender/depsgraph/DEG_depsgraph_debug.h (+38, -3) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+133, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.h (+27, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -28) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+133, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.h (+27, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -28) (Diff)