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

View File

@@ -145,6 +145,9 @@ walk :: proc(roots: []string, results: ^[dynamic]string, opts: WalkOptions, thre
walk_worker :: proc(t: ^thread.Thread) {
pool := cast(^WalkerPool)t.data
prof_thread_init("walker")
defer prof_thread_destroy()
local_results := make([dynamic]string, 0, 256)
defer delete(local_results)