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

Re: Metering System



> 
> Hi,
> 
> Is there a way to evaluate the running of a LISP program?
> That is get a listing of..
>  
>              A. How many times a particular function is called?
>              B. How much time it takes to run each function?
> 
> Any similar information would be appreciated.  (I already am using
> the trace function. )
> 

  Try the Metering System which is a portable Common Lisp code profiling 
tool. It is available in the directory "contrib" of CLISP distribution 
site. I got it from ftp::ftp.edu.tw:/computing-languages/lisp/clisp/contrib
/metering.lsp.z. 


Regards,
Chun-Yu Lee
d791013@ce.ntu.edu.tw