Re: [Larceny-users] profiling code

2009-02-16 Thread Eduardo Cavazos
William D Clinger wrote: (require 'profile) #t (run-with-profiling (lambda () (let* ((x1 (vector-list (make-vector 100 13))) (x2 (append x1 '())) (y (vector-list (make-vector 100 x1))) (z (vector-list (make-vector 100 x2

Re: [Larceny-users] profiling code

2009-02-14 Thread William D Clinger
Eduardo Cavazos wrote: I'm interested in finding out where *my* code is spending all it's time. :-) Is there a profiler for Larceny? Yes, but it has very crude resolution. In R5RS mode: (require 'profile) #t (run-with-profiling (lambda () (let* ((x1 (vector-list