[Bf-blender-cvs] [1d01a1a] master: Depsgraph: Disable timing profile

Sergey Sharybin noreply at git.blender.org
Mon Nov 7 12:50:59 CET 2016


Commit: 1d01a1a269cba6decf6286faa7a55fadf178eafe
Author: Sergey Sharybin
Date:   Mon Nov 7 12:50:45 2016 +0100
Branches: master
https://developer.blender.org/rB1d01a1a269cba6decf6286faa7a55fadf178eafe

Depsgraph: Disable timing profile

===================================================================

M	source/blender/depsgraph/intern/depsgraph_build.cc

===================================================================

diff --git a/source/blender/depsgraph/intern/depsgraph_build.cc b/source/blender/depsgraph/intern/depsgraph_build.cc
index e21dac8..7b3922a 100644
--- a/source/blender/depsgraph/intern/depsgraph_build.cc
+++ b/source/blender/depsgraph/intern/depsgraph_build.cc
@@ -32,7 +32,7 @@
 
 #include "MEM_guardedalloc.h"
 
-#define DEBUG_TIME
+// #define DEBUG_TIME
 
 extern "C" {
 #include "DNA_cachefile_types.h"




More information about the Bf-blender-cvs mailing list