From: Mathieu Desnoyers Date: Wed, 14 Sep 2011 21:19:07 +0000 (-0400) Subject: rculfhash test: add verbosity X-Git-Tag: v0.7.0~43^2~148^2~6 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=5dc00396dd80106b6b17d210f7bbf5c69904f76f rculfhash test: add verbosity Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/test_urcu_hash.c b/tests/test_urcu_hash.c index e77a7aa..4923960 100644 --- a/tests/test_urcu_hash.c +++ b/tests/test_urcu_hash.c @@ -734,6 +734,12 @@ int main(int argc, char **argv) add_only ? " add only" : " add/remove", add_unique ? " uniquify" : ""); printf_verbose("Initial hash table size: %lu buckets.\n", init_hash_size); + printf_verbose("Init pool size offset %lu size %lu.\n", + init_pool_offset, init_pool_size); + printf_verbose("Lookup pool size offset %lu size %lu.\n", + lookup_pool_offset, lookup_pool_size); + printf_verbose("Update pool size offset %lu size %lu.\n", + write_pool_offset, write_pool_size); printf_verbose("thread %-6s, thread id : %lx, tid %lu\n", "main", pthread_self(), (unsigned long)gettid());