20,741
edits
Philosopher (talk | contribs) m (→GC Issue: Too Many Objects!: like, uh, actually delete) |
No edit summary |
||
| Line 158: | Line 158: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== GC Stats == | |||
At the very least, we should also dump stats for each naPool - so that we know how objects are distributed (scalars, vectors, hashes, ghosts). Afterwards, we should look into exposing a function that dumps stats per namespace, so that we can use an extension function that dumps stats gathered via mark() - i.e. to tell how tell how heavy a certain namespace is. | |||