[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Timing profile tools
- To: Richard Lynch <lynch@aristotle.ils.nwu.edu>
- Subject: Re: Timing profile tools
- From: Mark Kantrowitz <Mark.Kantrowitz@A.GP.CS.CMU.EDU>
- Date: Tue, 11 Sep 90 16:17:46 EDT
- Cc: info-macl@cambridge.apple.com
- In-reply-to: Your message of Tue, 11 Sep 90 14:38:07 -0500.             <9009111938.AA06679@aristotle.ils.nwu.edu> 
a.gp.cs.cmu.edu:/usr/mkant/Public       128.2.242.7
        ---------------------------------------------------------
        Description:    A portable code profiling tool, for gathering
                        timing and consing statistics while a program
                        is running.
                        This is a combination of the Monitor
                        package written by Chris McConnell and the
                        Profile package written by Skef Wholey and
                        Rob MacLachlan, with a few extensions.
        Authors:        Mark Kantrowitz; mkant@cs.cmu.edu,
                        Chris McConnell, Skef Wholey, Rob MacLachlan.
        File:           metering.lisp
        Documentation:  Dmentation is in the first few pages.
        Runs in:        Any valid Common Lisp. Three (optional)
                        implementation dependent changes.
        ---------------------------------------------------------
Other goodies in the same directory. When ftp'ing, cd to /usr/mkant/Public
in one fell swoop, since you don't have access to intermediate directories.
--mark