[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Profiling query
- To: info-mcl
- Subject: Profiling query
- From: owens@tartarus.uchicago.edu (Christopher Owens)
- Date: 18 Jan 92 02:33:28 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: University of Chicago Computing Organizations
- Sender: news@uchinews.uchicago.edu (News System)
- Summary: Want cons-measuring code
I'd like to do some run-time profiling of MCL2 code. Has anyone
updated the CMU "metering" package to handle MCL2 ? It appears to
have some MACL-specific constants in the part of the code that
measures consing. I looked at the disassembly of ROOM, and at the
traps in the MEMORY interfaces file, but without my secret decoder
ring I didn't get far.
What I'd like is either
1) an updated version of "metering" or
2) A function that can be called to return the number of conses used or
3) some other profiler that works with MCL2
Thanks much,
/c