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:
parent
d7dccef3b1
commit
18dd516076
3 changed files with 46 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue