summaryrefslogtreecommitdiffstats
path: root/rasmgr/rasmgr_main.cc
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-07-27 08:59:55 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-07-30 11:08:03 +0200
commit437ff942525f86a36655519cea0f5a03da319cd7 (patch)
treee8b29697ca4561311fbec58d5f71f7ee521c2533 /rasmgr/rasmgr_main.cc
parent18b61341d3c0f597ef71af2dc33769277defe9d5 (diff)
downloadrasdaman-upstream-437ff942525f86a36655519cea0f5a03da319cd7.tar.gz
rasdaman-upstream-437ff942525f86a36655519cea0f5a03da319cd7.tar.xz
rasdaman-upstream-437ff942525f86a36655519cea0f5a03da319cd7.zip
PB: improved benchmark output
Diffstat (limited to 'rasmgr/rasmgr_main.cc')
-rw-r--r--rasmgr/rasmgr_main.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/rasmgr/rasmgr_main.cc b/rasmgr/rasmgr_main.cc
index f9b553a..6280cbf 100644
--- a/rasmgr/rasmgr_main.cc
+++ b/rasmgr/rasmgr_main.cc
@@ -57,10 +57,12 @@ and -DCOMPDATE="\"$(COMPDATE)\"" when compiling
*/
#endif
+#include "raslib/rmdebug.hh"
#define DEBUG_MAIN
#undef DEBUG_HH
#include "debug.hh"
+RMINITGLOBALS('S');
Configuration config;
@@ -163,13 +165,9 @@ int main(int argc, char** argv, char** envp)
try
{
- BenchmarkTimer *totalTimePtr = new BenchmarkTimer("Total master time");
-
TALK( "launching masterCommunicator.Run()..." );
masterCommunicator.Run(); // central request handling loop
TALK( "masterCommunicator.Run() done." );
-
- totalTimePtr->result(); // print total time elapsed
}
catch(RCError& e)
{