Bytehound works with Rust stable (Rust nightly is not required) .
Installation
apt-get install gcc nodejs npm
npm install -g yarn
cargo build --release -p bytehound-preload
cargo build --release -p bytehound-cli
Or if you use icon,
icon bytehound -ic
Usage
Run your application with bytehound to collect memory usage data.
export …