summaryrefslogtreecommitdiffstats
path: root/indexmgr
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 /indexmgr
parent18b61341d3c0f597ef71af2dc33769277defe9d5 (diff)
downloadrasdaman-upstream-437ff942525f86a36655519cea0f5a03da319cd7.tar.gz
rasdaman-upstream-437ff942525f86a36655519cea0f5a03da319cd7.tar.xz
rasdaman-upstream-437ff942525f86a36655519cea0f5a03da319cd7.zip
PB: improved benchmark output
Diffstat (limited to 'indexmgr')
-rw-r--r--indexmgr/mddobjix.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/indexmgr/mddobjix.cc b/indexmgr/mddobjix.cc
index 6e85d97..2945039 100644
--- a/indexmgr/mddobjix.cc
+++ b/indexmgr/mddobjix.cc
@@ -183,9 +183,9 @@ MDDObjIx::getDimension() const
void
MDDObjIx::initializeTimerPointers()
{
- pointQueryTimer= new RMTimer("DirIx", "pointQuery time ");
- intersectTimer = new RMTimer("DirIx", "intersect time ");
- getTilesTimer = new RMTimer("DirIx", "getTiles time ");
+ pointQueryTimer= new RMTimer("DirIx", "pointQuery");
+ intersectTimer = new RMTimer("DirIx", "intersect");
+ getTilesTimer = new RMTimer("DirIx", "getTiles");
}
#endif