svn: r139
This commit is contained in:
parent
9fb5cc98c8
commit
1b23b100bc
|
@ -20,10 +20,12 @@ DEMOS---------------------------------------------------------------------------
|
|||
|
||||
* something with multiple threads doing something and draw the threads in different colors in a window
|
||||
|
||||
* heap example
|
||||
* FIX heap example -- give greg new heap.ss
|
||||
|
||||
|
||||
SCRIPT--------------------------------------------------------------------------------------
|
||||
* document history-e; provide a variant of history which takes no n, and keeps a complete history
|
||||
|
||||
* process:time-per-event/milliseconds is broken
|
||||
(printf-b "~a ms per event" (time-per-event/milliseconds p (changes (hold sin/x-trace))))
|
||||
|
||||
|
@ -38,6 +40,8 @@ SCRIPT--------------------------------------------------------------------------
|
|||
|
||||
* Maybe take a thunk to do when a break-point is hit?
|
||||
|
||||
* Way to turn printouts on and off like (print-struct #t), or should we have an output window? (mztake-verbose) (parameterize it?)
|
||||
|
||||
|
||||
OPTIMIZATIONS-------------------------------------------------------------------------------
|
||||
* improve speed of lookup for line-col->pos; load them into a hashtable? not important since this is just startup time for the script.
|
||||
|
@ -130,7 +134,7 @@ TESTING/CAPABILITIES------------------------------------------------------------
|
|||
(define debugging? #f)
|
||||
|
||||
;
|
||||
(define mztake-version "Rev. Wed Aug 4, 2004 - 23:57:00")
|
||||
(define mztake-version "Rev. Wed Aug 4, 2004 - 17:06:00")
|
||||
|
||||
;###########################################################################################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user