Files
brk/parser/samply.sh
2024-10-02 10:48:05 +02:00

11 lines
291 B
Bash
Executable File

#!/usr/bin/env bash
echo "Increasing limit of opened files..."
ulimit -n 1000000
# 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"