@@ -648,11 +648,12 @@ (let ((rawconfig (read-config (conc *toppath* "/megatest.config") #f 'return-string))) (iup:vbox (iup:hbox (dcommon:general-info) (dcommon:keys-matrix rawconfig)) - (dcommon:section-matrix rawconfig "setup" "Varname" "Value")))) + (dcommon:section-matrix rawconfig "setup" "Varname" "Value") + (dcommon:run-stats)))) ;;====================================================================== ;; R U N S ;;======================================================================