summaryrefslogtreecommitdiffstats
path: root/raslib/rmdebug.cc
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-07-27 09:09:46 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-07-30 11:16:37 +0200
commitf75d8d2bd146dd8cfe16207377264218b148d197 (patch)
treecf7141d74b91f5fc7d698bf4d539827d11a82179 /raslib/rmdebug.cc
parentb2119927d072fdd6d99bccceb5fd3fd68771f4d0 (diff)
downloadrasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.tar.gz
rasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.tar.xz
rasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.zip
PB: more benchmark improvement + correct log output handling
Diffstat (limited to 'raslib/rmdebug.cc')
-rw-r--r--raslib/rmdebug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/raslib/rmdebug.cc b/raslib/rmdebug.cc
index d047812..c0409c5 100644
--- a/raslib/rmdebug.cc
+++ b/raslib/rmdebug.cc
@@ -46,7 +46,7 @@ using namespace std;
#include "raslib/odmgtypes.hh"
int RManDebug = 0; // debug level (0-4), 0 means no debug info at all
-int RManBenchmark = 0; // benchmark level (0-4)
+int RManBenchmark = 4; // benchmark level (0-4)
// initialization of static variables for RMDebug
int RMDebug::level = 0;