]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
lib: add statistics for hash tables
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 30 May 2017 00:16:52 +0000 (00:16 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 1 Jul 2017 23:18:06 +0000 (19:18 -0400)
commit4db0cff16a1b16671384102f1876bebb7f481d89
treed5d003e63905b0f647cbc798f25fbf7255199f96
parent8186327f3d2a5028b55eab9a04c31b5ccd68afd1
lib: add statistics for hash tables

Adds a function that calculates various statistics on our implementation
of a hash table. These are useful for evaluating performance.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
configure.ac
lib/command.c
lib/hash.c
lib/hash.h