Random123-0.1.0: test/profile.sh
#!/bin/bash rm profile rm profile.hi rm profile.o ghc -i../ -prof -fprof-auto -rtsopts -O2 profile.hs ./profile +RTS -p cat profile.prof
#!/bin/bash rm profile rm profile.hi rm profile.o ghc -i../ -prof -fprof-auto -rtsopts -O2 profile.hs ./profile +RTS -p cat profile.prof