leak_graph 0.1.0 copy "leak_graph: ^0.1.0" to clipboard
leak_graph: ^0.1.0 copied to clipboard

Pure-Dart library for loading VM heap snapshots and analysing object retaining paths to surface memory leaks.

leak_graph #

A pure-Dart library that connects to a running Dart VM via vm_service, loads a heap snapshot, and builds an in-memory object graph so that retaining paths to suspected leaked objects can be computed efficiently. It has no Flutter dependency and can be embedded in CLI tools or integrated with the flutter_leak_radar runtime package to produce human-readable leak reports.

0
likes
0
points
295
downloads

Publisher

verified publishertp9imka.dev

Weekly Downloads

Pure-Dart library for loading VM heap snapshots and analysing object retaining paths to surface memory leaks.

Repository (GitHub)
View/report issues

Topics

#memory #leak-detection #heap-snapshot #vm-service

License

unknown (license)

Dependencies

args, meta, vm_service

More

Packages that depend on leak_graph