timing for whole session;
authorwenzelm
Tue, 24 Jul 2012 10:44:36 +0200
changeset 48461 96c1ef26aabe
parent 48460 20170ae271a5
child 48462 424fd5364f15
timing for whole session;
src/Pure/System/build.ML
--- a/src/Pure/System/build.ML	Tue Jul 24 10:43:13 2012 +0200
+++ b/src/Pure/System/build.ML	Tue Jul 24 10:44:36 2012 +0200
@@ -49,7 +49,7 @@
         ""
         verbose;
 
-    val _ = List.app (uncurry (use_theories |> Session.with_timing name timing)) theories;
+    val _ = Session.with_timing name timing (List.app (uncurry use_theories)) theories;
     val _ = Session.finish ();
 
     val _ = if save then () else quit ();