Add performance statistics to path finder

New function path_find_print_stats() prints a few numbers of interest
when compiled with PATH_FIND_STATS defined.
This commit is contained in:
Markus Armbruster 2011-02-21 22:30:41 +01:00
parent d7dccef3b1
commit 18dd516076
3 changed files with 46 additions and 1 deletions

View file

@ -130,4 +130,5 @@ assemble_dist_paths(double *import_cost)
sp->sct_x, sp->sct_y,
dist->sct_own, MOB_MOVE);
}
path_find_print_stats();
}