I want to measure the effects of certain parameter changes on the time-performance of a program. Unfortunately I work on FS1, where an unpredictable number of cycles are stolen by ring functions. Does anyone know how to write a function like TLISP's TIMER, which measures only virtual time used by the running program? -------