Skip to content

runtime: add memory profile of bytes in use now (not after last GC) #3586

@rsc

Description

@rsc
Without a "all bytes in use now" option, it is impossible to profile all bytes
ever allocated (because you disable GC to do that).  Perhaps a profile before the first
GC should include all current allocated blocks, or perhaps there should be a separate
option (probably the former).

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeSuggestedIssues that may be good for new contributors looking for work to do.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions