From: Ken A. <kan...@bb...> - 2003-03-04 17:58:46
|
There is a tool tip that describes the three numbers: Used MB /Total MB KB/sec. The progress bar shows the % of memory used. KB/sec the the amount of consing. The consing is both what your application is doing plus the consing the monitor does. If this was written in Java, it would cons less. k At 11:14 AM 3/4/2003 -0500, Benjamin Lubin wrote: >Very nice. A snap to get it in there. Quick question: What is the right most number in the GCMonitor? [I'm assuming the left number is current memory used, middle number is current heap alloc]... > >-Ben > >At 05:31 PM 3/1/03 -0500, you wrote: >>Ben, >> >>You wanted to inspect objects in Java using the JScheme inspector. I've enclosed Active.java that does this and provides several other features useful for debugging. >> >>I thought it was a good enough example to check it in to src/using/Active.java in the latest CVS JScheme, but you can just use the enclosure with whatever version of JScheme you are using. >> >>Now you should be able to debug AMP with either BeanShell, or JScheme. >> >>k |