# Install `heaptrack` and `heaptrack_gui`sudo apt install heaptrack heaptrack_gui# Compile with debug info but without the alternative allocator:CARGO_PROFILE_RELEASE_DEBUG=1 cargo build --bin turbopack-cli --release --no-default-features --features native-tls# Run the binary with heaptrack (it will be much slower than usual)heaptrack target/release/turbopack-cli [...]# Stop it anytime# Open the GUI and open the heaptrack.turbopack-cli.XXX.gz fileheaptrack_gui