Index: TODO =================================================================== diff -u -r7da6935c42353b2c30c05619eeb958f5701186b7 -r19c84744084963110f84f4ce28fbf55714c79635 --- TODO (.../TODO) (revision 7da6935c42353b2c30c05619eeb958f5701186b7) +++ TODO (.../TODO) (revision 19c84744084963110f84f4ce28fbf55714c79635) @@ -5637,6 +5637,16 @@ - Refactor trace and debug output to deliver lists. This makes it easier to postprocess the results from Tcl. +Profile trace enhancements: +- add optional argument "-builtins" to nsf::__profile_trace + to trace a selected list of builtins. Every element of the + list passed to "-builtins" might contain a cmd name and + optionally a maximum number of arguments to be shown + (typically 0 or 1) +- generalized NsfReplaceCommand* logic to become more general + usable (e.g. for the builtins mechanism of nsf::__profile_trace) + + ======================================================================== TODO: - maybe use as well "$obj eval $cmd" for valuechangedcmd