Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-11-07 14:50:45 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-11-07 14:50:45 +0300
commit1d01a1a269cba6decf6286faa7a55fadf178eafe (patch)
treefd401095f3ce27ec15559b7c5f6746e805352b17 /source/blender/depsgraph
parentf51f215bc341eb23aa5decca05962c9c03ff1f26 (diff)
Depsgraph: Disable timing profile
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_build.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_build.cc b/source/blender/depsgraph/intern/depsgraph_build.cc
index e21dac82346..7b3922a2eaf 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"