]> git.pond.sub.org Git - empserver/commit
More precise and complete A* performance statistics
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 19 Feb 2011 09:47:32 +0000 (10:47 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 12 Apr 2011 19:40:08 +0000 (21:40 +0200)
commit8f92fe40f44bb47e42e1e1c2f8456d1f8bb05b9b
tree45b1607de8944af9bab74f2aec0ac79c827339ef
parentc2628d43b72d22ca4c363defc8055733e09fa708
More precise and complete A* performance statistics

Memory usage didn't include path (adp->path), neighbor cache
(adp->neighbor_coords, adp->neighbor_nodes), and the hash table
(adp->hashtab).

While there, print path length.

To get A* statistics on stderr, compile with AS_STATS defined.
src/lib/as/as_stats.c