perf(findr): Added spall support.

This commit is contained in:
2026-06-17 13:41:23 -04:00
parent 1f4d355149
commit c772a1ba27
4 changed files with 83 additions and 0 deletions

13
profile.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -euo pipefail
DIR="$(cd "$(dirname "$0")" && pwd)"
echo "Building findr-prof..."
odin build "$DIR" -debug -out:"$DIR/findr-prof"
echo "Running profiler..."
"$DIR/findr-prof" -E .git -E .jj -HI ~/git.verticalaxion.com
echo
echo "Spall trace: $DIR/findr.spall"