Merge branch 'patch-timing' of https://github.com/alex85k/Project-OSRM into alex85k-patch-timing
Conflicts: extractor.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user