Files
brk/parser/samply.sh
2024-06-23 17:38:53 +02:00

9 lines
276 B
Bash
Executable File

echo "Increasing limit of opened files..."
ulimit -n $(ulimit -Hn)
# Needed because the datasets tree is too big lol
echo "Increasing stack size..."
ulimit -s $(ulimit -Hs)
cargo build --profile profiling && samply record ./target/profiling/parser "$HOME/Developer/bitcoin"