feat: compiled solution

This commit is contained in:
2025-12-29 02:40:42 -05:00
parent 17cf8f86f8
commit 1d981ecce3
2 changed files with 13 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ run: it
profile: it
@ ./lambda.exe -p profile/cpu.prof - < ./samples/$(TEST).txt > program.out
prof:
@ go tool pprof -top profile/cpu.prof
explain: it
@ ./lambda.exe -x -p profile/cpu.prof - < ./samples/$(TEST).txt > program.out
graph:
@ go tool pprof -raw -output=profile/cpu.raw profile/cpu.prof