Index: libcfa/src/concurrency/kernel/startup.cfa
===================================================================
--- libcfa/src/concurrency/kernel/startup.cfa	(revision b0904bf383e49ebc4e0c3bf9cac6c65583622fbd)
+++ libcfa/src/concurrency/kernel/startup.cfa	(revision a5a01faa5bf89ae186de4f5e093ab07da1e31ff0)
@@ -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
