Skip to content

Provide a way to programmatically save memory heap snapshot in csv or other human readable format #247

@KimFromMarietta

Description

@KimFromMarietta

I've been able to save heap snapshots from a running Flutter application to CSV within the devtools. I can also save a memory heap snapshot programmatically from my Flutter application with NativeRuntime.writeHeapSnapshotToFile.

How do I convert the saved heap snapshot to csv or other human readable form? I'd like to parse the saved snapshot instead of viewing it in the devtools UI. Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions