commtechs bench: Reflect changes of papihighlevel

* commit 0ab6aa7576ac5ccdd9d0f99630016a2be87993b3 changed the API of
  print_result
This commit is contained in:
Thomas Preud'homme 2009-06-18 18:39:42 +02:00 committed by Thomas Preud'homme
parent d8b88b0e7f
commit e3b01f9357
1 changed files with 1 additions and 1 deletions

View File

@ -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());
/*