perf(findr): Added spall support.

This commit is contained in:
2026-06-17 13:41:23 -04:00
parent f51c0d6755
commit ce57009b92
5 changed files with 85 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ import "core:os"
import "core:strings"
main :: proc() {
prof_init()
defer prof_destroy()
args := os.args
opts: WalkOptions