mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-27 02:36:39 +00:00
to insert -auto-all by hand, since Ghc-Prof-Options takes care of that. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1091 788f1e2b-df1e-0410-8736-df70ead52e1b
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
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]...
|
|
less pandoc.prof
|