Merge branch 'patch-timing' of https://github.com/alex85k/Project-OSRM into alex85k-patch-timing

Conflicts:
	extractor.cpp
This commit is contained in:
Dennis Luxen
2014-06-05 11:22:26 +02:00
7 changed files with 92 additions and 114 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