Browse Source

no MemoryUsage in OP4

Darren Ranalli 21 years ago
parent
commit
9082f017d4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/dcparse/dcparse.cxx

+ 2 - 0
direct/src/dcparse/dcparse.cxx

@@ -128,6 +128,7 @@ main(int argc, char *argv[]) {
     cerr << "File hash is " << hash << "\n";
   }
 
+#ifdef DO_MEMORY_USAGE
   if (MemoryUsage::is_tracking()) {
     file.clear();
     MemoryUsage::show_current_types();
@@ -137,6 +138,7 @@ main(int argc, char *argv[]) {
     file.clear();
     MemoryUsage::show_current_types();
   }
+#endif
 
   return (0);
 }