From 5dc00396dd80106b6b17d210f7bbf5c69904f76f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 14 Sep 2011 17:19:07 -0400 Subject: [PATCH] rculfhash test: add verbosity Signed-off-by: Mathieu Desnoyers --- tests/test_urcu_hash.c | 6 ++++++ 1 file changed, 6 insertions(+) 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()); -- 2.34.1