Changes between Version 3 and Version 4 of HeapUtilization
- Timestamp:
- 02/10/10 16:24:29 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HeapUtilization
v3 v4 3 3 '''[Function]''' 4 4 5 `heap-utilization` `&key` (''stream'' `*debug-io*`) (''gc-first'' `t`) (''area'' `nil`) (''unit'' `nil`) (''sort'' `:size`) (''classes'' `nil`) (''start'' `nil`) 5 `heap-utilization` `&key` (''stream'' `*debug-io*`) (''gc-first'' `t`) (''area'' `nil`) (''unit'' `nil`) (''sort'' `:size`) (''classes'' `nil`) (''start'' `nil`) (''threshold'' `(and classes 0.0005)`) 6 6 7 7 … … 20 20 If ''start'' is non-nil, it should be an object returned by `get-allocation-sentinel`; only 21 21 objects at higher address are scanned (i.e. roughly, only objects allocated after it). 22 23 If ''threshold'' is non-nil, it should be a number between 0 and 1. All types whose share of the heap is less than ''threshold'' will be lumped together in an "All Others" line rather than being listed individually. 22 24 23 25 {{{
