[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cons monitoring



    Date: Wed, 27 May 87 13:13 EDT
    From: Don Morrison <dfm@jasper.palladian.com>

	Date: Tue, 26 May 87 17:03:40 EDT
	From: bromley@Think.COM

	Does anybody know of a way to find out how much consing occurs during the
	evaluation of a form?  I would like something like the Symbolics time macro.

    Lucid LISP on Apollos reports consing as part of the time macro output.

You could hack cm:time to do some string hacking on the result of
(with-output-to-string (*standard-output*) (room t)).