Skip to content
Snippets Groups Projects
Commit 238a48be authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Change benchmark output

parent 11f450d0
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ namespace hpp {
HPP_START_TIMECOUNTER(tryConnectNewNodes);
const std::size_t nbConn = tryConnectNewNodes (newNodes);
HPP_STOP_TIMECOUNTER(tryConnectNewNodes);
HPP_DISPLAY_LAST_TIMECOUNTER(tryConnectNewNodes);
if (nbConn == 0) {
HPP_START_TIMECOUNTER(tryConnectToRoadmap);
tryConnectToRoadmap (newNodes);
......@@ -159,7 +160,6 @@ namespace hpp {
}
HPP_STOP_TIMECOUNTER(oneStep);
HPP_DISPLAY_LAST_TIMECOUNTER(oneStep);
HPP_DISPLAY_LAST_TIMECOUNTER(tryConnectNewNodes);
HPP_DISPLAY_TIMECOUNTER(oneStep);
HPP_DISPLAY_TIMECOUNTER(extend);
HPP_DISPLAY_TIMECOUNTER(tryConnectNewNodes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment