summaryrefslogtreecommitdiff
path: root/PROFILING
blob: f1ebf76c7731d05ebbbb8fd875d4bb6abb5ced4d (plain)
1
2
3
4
5
6
7
8
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