ソースを参照

turn off count-mem-usage by dflt

cxgeorge 24 年 前
コミット
71db71617f
1 ファイル変更1 行追加2 行削除
  1. 1 2
      panda/src/express/memoryUsage.cxx

+ 1 - 2
panda/src/express/memoryUsage.cxx

@@ -382,8 +382,7 @@ MemoryUsage() {
   // tracks the total memory allocation.  However, it only works for
   // certain build environments.
 #if defined(WIN32_VC) && defined(_DEBUG)
-  _count_memory_usage =
-    config_express.GetBool("count-memory-usage", true);
+  _count_memory_usage = config_express.GetBool("count-memory-usage", false);
 #else
   _count_memory_usage = false;
 #endif