pandoc/PROFILING
fiddlosopher 8672a8e648 Updated PROFILING for new Cabal.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@774 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 20:27:06 +00:00

7 lines
215 B
Text

To use the GHC profiler:
make clean
runhaskell Setup.hs configure --enable-library-profiling --enable-executable-profiling
runhaskell Setup.hs build
dist/build/pandoc/pandoc +RTS -p -RTS [file]...
less pandoc.prof