]> git.pond.sub.org Git - empserver/commit
A* path and neighbor cache performance statistics
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 19 Feb 2011 12:19:27 +0000 (13:19 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 12 Apr 2011 19:40:08 +0000 (21:40 +0200)
commit2797e58c20fb60a286cb016540e0dc1a190e5356
treeb3fe3e872efe58b08613776b248719530fda0ae9
parent8f92fe40f44bb47e42e1e1c2f8456d1f8bb05b9b
A* path and neighbor cache performance statistics

as_clear_cachepath() now prints cache hits, misses, number of entries,
and memory use to stderr, when compiled with AS_STATS defined.
src/lib/as/as_cache.c
src/lib/common/path.c