* Isar session: The initial use of ROOT.ML is now always timed;
authorwenzelm
Wed, 13 Jul 2005 16:07:18 +0200
changeset 16799 978dcf30c3dd
parent 16798 36d34186741b
child 16800 90eff1b52428
* Isar session: The initial use of ROOT.ML is now always timed;
NEWS
--- a/NEWS	Wed Jul 13 15:25:05 2005 +0200
+++ b/NEWS	Wed Jul 13 16:07:18 2005 +0200
@@ -416,6 +416,10 @@
 controls execution profiling -- set to 1 for time and 2 for space
 (both increase the runtime).
 
+* Isar session: The initial use of ROOT.ML is now always timed,
+i.e. the log will show the actual process times, in contrast to the
+elapsed wall-clock time that the outer shell wrapper produces.
+ 
 * Pure: structure OrdList (cf. Pure/General/ord_list.ML) provides a
 reasonably efficient light-weight implementation of sets as lists.