commit | bf8d6a109200bf10f1c942ad914aa8cb5f279e17 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Wed Oct 15 16:18:42 2014 -0700 |
committer | Jason Evans <jasone@canonware.com> | Wed Oct 15 16:18:42 2014 -0700 |
tree | 103b525fcc516431634dcc20683475a519872c14 | |
parent | acbcbad1e18d3082ee6ce851994ed03f63ae55bd [diff] |
Add small run utilization to stats output. Add the 'util' column, which reports the proportion of available regions that are currently in use for each small size class. Small run utilization is the complement of external fragmentation. For example, utilization of 0.75 indicates that 25% of small run memory is consumed by external fragmentation, in other (more obtuse) words, 33% external fragmentation overhead. This resolves #27.