merged
authornipkow
Thu, 27 Aug 2009 18:45:58 +0200
changeset 32425 7b32a4e08182
parent 32421 8713597307a9 (diff)
parent 32424 0fb428f9b5b0 (current diff)
child 32426 dd25b3055c4e
child 32435 711d680eab26
merged
--- a/Admin/isatest/isatest-stats	Thu Aug 27 18:45:39 2009 +0200
+++ b/Admin/isatest/isatest-stats	Thu Aug 27 18:45:58 2009 +0200
@@ -6,7 +6,7 @@
 
 THIS=$(cd "$(dirname "$0")"; pwd -P)
 
-PLATFORMS="at-poly at64-poly mac-poly-M4 mac-poly64-M4 mac-poly-M8 at-poly-5.1-para-e at64-poly-5.1-para at-mac-poly-5.1-para afp at-sml-dev"
+PLATFORMS="at-poly at64-poly mac-poly-M4 mac-poly64-M4 mac-poly-M8 mac-poly64-M8 at-poly-5.1-para-e at64-poly-5.1-para at-mac-poly-5.1-para afp at-sml-dev"
 
 ISABELLE_SESSIONS="\
   HOL-Plain \
--- a/src/Pure/Concurrent/future.ML	Thu Aug 27 18:45:39 2009 +0200
+++ b/src/Pure/Concurrent/future.ML	Thu Aug 27 18:45:58 2009 +0200
@@ -237,7 +237,7 @@
               val total = length (! workers);
               val active = count_active ();
             in
-              "SCHEDULE: " ^
+              "SCHEDULE " ^ string_of_int (Time.toMilliseconds now) ^ ": " ^
                 string_of_int ready ^ " ready, " ^
                 string_of_int pending ^ " pending, " ^
                 string_of_int running ^ " running; " ^