Index: doc/next-migration.html =================================================================== diff -u -r72ea1813ed0addc436756c0ee1c6b88643a4400c -r5ee346e9c5df606ec027a37e8891e82205f427b2 --- doc/next-migration.html (.../next-migration.html) (revision 72ea1813ed0addc436756c0ee1c6b88643a4400c) +++ doc/next-migration.html (.../next-migration.html) (revision 5ee346e9c5df606ec027a37e8891e82205f427b2) @@ -771,6 +771,26 @@
  • +Profiling Support: The Next Scripting Language provides now two + forms of profiling +

    +
    +
  • +
  • +

    Much smaller Interface: The Next Scripting Language has a much smaller interface (i.e. provides less predefined methods) than XOTcl (see Table 1), although the expressability was increased in @@ -6146,7 +6166,7 @@

    Index: doc/next-migration.txt =================================================================== diff -u -r72ea1813ed0addc436756c0ee1c6b88643a4400c -r5ee346e9c5df606ec027a37e8891e82205f427b2 --- doc/next-migration.txt (.../next-migration.txt) (revision 72ea1813ed0addc436756c0ee1c6b88643a4400c) +++ doc/next-migration.txt (.../next-migration.txt) (revision 5ee346e9c5df606ec027a37e8891e82205f427b2) @@ -161,6 +161,13 @@ XOTcl uses +proc+ and +instproc+ for object specific and inheritable methods, NX uses simply +method+. +. *Profiling Support:* The Next Scripting Language provides now two + forms of profiling + * Profiling via a DTrace provider (examples are e.g. in the dtrace + subdirectory of the source tree) + * Significantly improved built-in profiling (results can be + processed in Tcl). + . *Much smaller Interface:* The Next Scripting Language has a much _smaller interface_ (i.e. provides less predefined methods) than XOTcl (see Table 1), although the expressability was increased in