feat: explanation as observer too

This commit is contained in:
2025-12-29 01:31:09 -05:00
parent 5ceb845137
commit 17cf8f86f8
6 changed files with 47 additions and 26 deletions

View File

@@ -4,17 +4,13 @@ it:
@ go build -o ${BINARY_NAME} ./cmd/lambda
@ chmod +x ${BINARY_NAME}
simple: it
@ ./lambda.exe -p profile/cpu.prof - < ./samples/simple.txt > program.out
TEST=simple
thunk: it
@ ./lambda.exe -p profile/cpu.prof - < ./samples/thunk.txt > program.out
run: it
@ ./lambda.exe - < ./samples/$(TEST).txt > program.out
saccharine: it
@ ./lambda.exe -p profile/cpu.prof - < ./samples/saccharine.txt > program.out
church: it
@ ./lambda.exe -p profile/cpu.prof - < ./samples/church.txt > program.out
profile: it
@ ./lambda.exe -p profile/cpu.prof - < ./samples/$(TEST).txt > program.out
prof:
@ go tool pprof -top profile/cpu.prof