blob: bdffe5b44822413ce163cec538936cd03437a350 (
plain)
1
2
3
4
5
6
7
|
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
|