Updated PROFILING instructions.

This commit is contained in:
John MacFarlane 2010-07-08 08:48:07 -07:00
parent 1cd99f9880
commit 8417820498

View file

@ -1,8 +1,6 @@
To use the GHC profiler:
make distclean
make templates
runhaskell Setup.hs configure --enable-library-profiling --enable-executable-profiling
runhaskell Setup.hs build
dist/build/pandoc/pandoc +RTS -p -RTS [file]...
cabal clean
cabal install --enable-library-profiling --enable-executable-profiling
pandoc +RTS -p -RTS [file]...
less pandoc.prof