| Crates.io | re_memory_view |
| lib.rs | re_memory_view |
| version | 0.29.0-alpha.7 |
| created_at | 2026-01-22 13:53:57.685197+00 |
| updated_at | 2026-01-23 15:24:11.764711+00 |
| description | Flamegraph visualization for memory usage trees |
| homepage | https://rerun.io |
| repository | https://github.com/rerun-io/rerun |
| max_upload_size | |
| id | 2061673 |
| size | 145,213 |
Part of the rerun family of crates.
Flamegraph visualization for memory usage trees.
This crate provides an interactive flamegraph widget for visualizing MemUsageTree structures from re_byte_size.
To see the flamegraph in action, run the demo application:
cargo run --example demo -p re_memory_view
The demo creates a sample memory hierarchy showing various subsystems (viewer, store, cache, etc.) and allows you to interact with the flamegraph visualization.