]> git.pond.sub.org Git - empserver/commit
Add performance statistics to path finder
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 21 Feb 2011 21:30:41 +0000 (22:30 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 12 Apr 2011 19:51:31 +0000 (21:51 +0200)
commit18dd5160767c4e38707a37ef46d9c7289d2d1dca
treedcc3853c0f1234f95a30eec4d476a8bacfe824e1
parentd7dccef3b113c05e457c936d691bb913d011ff4b
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.
include/path.h
src/lib/common/pathfind.c
src/lib/update/finish.c