mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
perf(findr): Added spall support.
This commit is contained in:
13
findr/profile.sh
Executable file
13
findr/profile.sh
Executable 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"
|
||||
Reference in New Issue
Block a user