CPU and memory sampling profiler for detailed performance analysis
CLI sampling profiler
samply
$ samply record ./my_program
$ samply record -p 12345 -- sleep 10
$ samply record cargo run --release