pandoc/PROFILING
2010-07-08 08:48:07 -07:00

6 lines
156 B
Text

To use the GHC profiler:
cabal clean
cabal install --enable-library-profiling --enable-executable-profiling
pandoc +RTS -p -RTS [file]...
less pandoc.prof