Index: libcfa/src/concurrency/kernel/startup.cfa
===================================================================
--- libcfa/src/concurrency/kernel/startup.cfa	(revision 5cb51502e28636216bff5a848f33135247a26426)
+++ libcfa/src/concurrency/kernel/startup.cfa	(revision ec43cf9bd03a6adc6b7f40ae9daa3cae62acd7e1)
@@ -262,4 +262,12 @@
 	__kernel_alarm_shutdown();
 
+	#if !defined( __CFA_NO_STATISTICS__ )
+		__stats_t * st = (__stats_t *)& storage_mainProcStats;
+		__tally_stats(mainCluster->stats, st);
+		if( 0 != mainProcessor->print_stats ) {
+			__print_stats( st, mainProcessor->print_stats, "Processor ", mainProcessor->name, (void*)mainProcessor );
+		}
+	#endif
+
 	// Destroy the main processor and its context in reverse order of construction
 	// These were manually constructed so we need manually destroy them
