Use TimingUtil.h for all time measurement,

and make TimingUtil.h Windows-compatible
This commit is contained in:
alex85k
2014-06-04 19:52:34 +06:00
parent 11459d38d0
commit 75dabb75e2
7 changed files with 91 additions and 113 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ class StaticRTree
tree_node_file.close();
TIMER_STOP(construction);
SimpleLogger().Write() << "finished r-tree construction in " << TIMER_MSEC(construction)/1000. << " seconds";
SimpleLogger().Write() << "finished r-tree construction in " << TIMER_SEC(construction) << " seconds";
}
// Read-only operation for queries