summaryrefslogtreecommitdiffstats
path: root/tilemgr
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 /tilemgr
parent18b61341d3c0f597ef71af2dc33769277defe9d5 (diff)
downloadrasdaman-upstream-437ff942525f86a36655519cea0f5a03da319cd7.tar.gz
rasdaman-upstream-437ff942525f86a36655519cea0f5a03da319cd7.tar.xz
rasdaman-upstream-437ff942525f86a36655519cea0f5a03da319cd7.zip
PB: improved benchmark output
Diffstat (limited to 'tilemgr')
-rw-r--r--tilemgr/tile.cc3
-rw-r--r--tilemgr/tile.hh11
2 files changed, 6 insertions, 8 deletions
diff --git a/tilemgr/tile.cc b/tilemgr/tile.cc
index ee2527b..9eddc6f 100644
--- a/tilemgr/tile.cc
+++ b/tilemgr/tile.cc
@@ -56,10 +56,9 @@ static const char rcsid[] = "@(#)cachetamgr,Tile: $Id: tile.cc,v 1.79 2005/09/03
#ifdef RMANBENCHMARK
RMTimer Tile::opTimer("Tile","opTimer");
RMTimer Tile::relTimer("Tile","relTimer");
-RMTimer Tile::o2Timer("Tile","o2Timer");
+// RMTimer Tile::o2Timer("Tile","o2Timer");
#endif
-
const Tile&
Tile::operator=(const Tile& tile)
{
diff --git a/tilemgr/tile.hh b/tilemgr/tile.hh
index 79fd94a..05cd2cc 100644
--- a/tilemgr/tile.hh
+++ b/tilemgr/tile.hh
@@ -49,7 +49,7 @@ rasdaman GmbH.
#include "reladminif/dbref.hh"
#ifdef RMANBENCHMARK
-#include "raslib/rmdebug.hh" // for RMTimer
+#include "raslib/rmdebug.hh" // for RMTimer
#endif
class KeyObject;
class PersMDDObjIx;
@@ -368,11 +368,10 @@ class Tile
*/
#ifdef RMANBENCHMARK
- // RMTimer for taking O2 times. Could be protected. Is controlled
- // in servercomm/servercomm2.cc.
- static RMTimer opTimer;
- static RMTimer relTimer;
- static RMTimer o2Timer;
+ // RMTimer for taking O2 times. Could be protected. Is controlled
+ // in servercomm/servercomm2.cc.
+ static RMTimer opTimer;
+ static RMTimer relTimer;
#endif
protected: