feat: observer pattern for statistics
This commit is contained in:
8
Makefile
8
Makefile
@@ -5,16 +5,16 @@ it:
|
||||
@ chmod +x ${BINARY_NAME}
|
||||
|
||||
simple: it
|
||||
@ ./lambda.exe -p profile/simple.prof - < ./samples/simple.txt > program.out
|
||||
@ ./lambda.exe -p profile/cpu.prof - < ./samples/simple.txt > program.out
|
||||
|
||||
thunk: it
|
||||
@ ./lambda.exe - < ./samples/thunk.txt > program.out
|
||||
@ ./lambda.exe -p profile/cpu.prof - < ./samples/thunk.txt > program.out
|
||||
|
||||
saccharine: it
|
||||
@ ./lambda.exe - < ./samples/saccharine.txt > program.out
|
||||
@ ./lambda.exe -p profile/cpu.prof - < ./samples/saccharine.txt > program.out
|
||||
|
||||
church: it
|
||||
@ ./lambda.exe - < ./samples/church.txt > program.out
|
||||
@ ./lambda.exe -p profile/cpu.prof - < ./samples/church.txt > program.out
|
||||
|
||||
prof:
|
||||
@ go tool pprof -top profile/cpu.prof
|
||||
|
||||
Reference in New Issue
Block a user