From f75d8d2bd146dd8cfe16207377264218b148d197 Mon Sep 17 00:00:00 2001 From: Peter Baumann Date: Tue, 27 Jul 2010 09:09:46 +0200 Subject: PB: more benchmark improvement + correct log output handling --- raslib/rmdebug.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raslib/rmdebug.cc') 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; -- cgit