re_memory_view

Crates.iore_memory_view
lib.rsre_memory_view
version0.29.0-alpha.7
created_at2026-01-22 13:53:57.685197+00
updated_at2026-01-23 15:24:11.764711+00
descriptionFlamegraph visualization for memory usage trees
homepagehttps://rerun.io
repositoryhttps://github.com/rerun-io/rerun
max_upload_size
id2061673
size145,213
rerun.io (rerunio)

documentation

README

re_memory_view

Part of the rerun family of crates.

Latest version Documentation MIT Apache

Flamegraph visualization for memory usage trees.

This crate provides an interactive flamegraph widget for visualizing MemUsageTree structures from re_byte_size.

Running the demo

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.

Commit count: 4053

cargo fmt