pandoc/PROFILING

8 lines
215 B
Text
Raw Normal View History

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