Hi, "Marco Maggi" <[EMAIL PROTECTED]> writes:
> is there a procedure that prints the execution time of a form? > Something like: > > (time-this (the-form) 1000) > ;; run (the-form) 1000 times and prints the result In Guile-Library, there's `(debugging time)', which exports `time', a macro that does exactly what you want. Thanks, Ludovic. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user