From e3b01f93577bb72975bdd9aea7061a6ca70c9639 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Thu, 18 Jun 2009 18:39:42 +0200 Subject: [PATCH] commtechs bench: Reflect changes of papihighlevel * commit 0ab6aa7576ac5ccdd9d0f99630016a2be87993b3 changed the API of print_result --- communication_techniques/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication_techniques/src/main.c b/communication_techniques/src/main.c index c26cd05..90b8a9c 100644 --- a/communication_techniques/src/main.c +++ b/communication_techniques/src/main.c @@ -187,7 +187,7 @@ void *producer(void *unused) for(j = 0; j < (BUF_SIZE / sizeof(uintptr_t)); j++) send(&k); } - print_results(); + print_results(BUF_SIZE / sizeof(uintptr_t), nb_cache_lines); } printf("[%p] Producer finished !\n", (void*) pthread_self()); /*