Skip to content

Instantly share code, notes, and snippets.

@johnbcoughlin
Created July 29, 2014 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnbcoughlin/9a22b54e5991c831ebed to your computer and use it in GitHub Desktop.
Save johnbcoughlin/9a22b54e5991c831ebed to your computer and use it in GitHub Desktop.
#!/bin/sh
cabal configure -p --ghc-options="-prof" --enable-tests --enable-library-profiling
cabal build tests
dist/build/tests/tests +RTS -p -hc
cat tests.prof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment