julia
julia copied to clipboard
Drop OBJPROFILE?
This tool provides statistics about number of objects and number of bytes allocated for every Julia type.
This is fairly similar to the functionality provided by the heap snapshot, which has a considerably better visualization tool provided by Chrome.
Should we drop OBJPROFILE to reduce the maintenance burden in the GC, given it doesn't seen to provide much value now that we have the heap snapshot?
Would this be breaking?
CC: @vtjnash, @gbaraldi.
Bump?
Yeah, lets do it.