summaryrefslogtreecommitdiffstats
path: root/rasmgr/rasmgr_master_nb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'rasmgr/rasmgr_master_nb.cc')
-rw-r--r--rasmgr/rasmgr_master_nb.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/rasmgr/rasmgr_master_nb.cc b/rasmgr/rasmgr_master_nb.cc
index 42e1cb4..7cedf72 100644
--- a/rasmgr/rasmgr_master_nb.cc
+++ b/rasmgr/rasmgr_master_nb.cc
@@ -48,6 +48,7 @@ rasdaman GmbH.
using namespace std;
+#include "raslib/rmdebug.hh"
#include "debug.hh"
@@ -96,6 +97,7 @@ MasterComm::~MasterComm()
void MasterComm::Run()
{
ENTER("MasterComm::Run: enter." );
+ RMTIMER( "MasterComm", "Run" ); // benchmark this routine, if enabled
initListenSocket(config.getListenPort()); // connect/bind the central listen socket
// using IOSelector level here!