Index: benchmark/readyQ/rq_bench.hfa
===================================================================
--- benchmark/readyQ/rq_bench.hfa	(revision c41c2dbeee7cb1fdf1bbdad8a54a92cf7c4dd0f3)
+++ benchmark/readyQ/rq_bench.hfa	(revision 1d5deea31c4bdc4e4ba56ce96548481163dda40b)
@@ -4,4 +4,5 @@
 #include <stdio.h>
 #include <stdlib.hfa>
+#include <stats.hfa>
 #include <thread.hfa>
 #include <time.hfa>
@@ -63,4 +64,7 @@
 		(*p){ "Benchmark Processor", this.cl };
 	}
+	#if !defined(__CFA_NO_STATISTICS__)
+		print_stats_at_exit( this.cl, CFA_STATS_READY_Q );
+	#endif
 }
 
