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>2017-01-20 13:36:55 +0300
commitf737bc673bea9190d0a69031a5023afe3bca6d83 (patch)
treeceb7eebf702b81d2c4677c5c2d11ab5d217d4670
parent3d75a7d0dca9f285370b57e31fb481e0d5a49c65 (diff)
Depsgraph: Disable timing profile
-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"