diff options
-rw-r--r-- | PROFILING | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,6 +1,7 @@ To use the GHC profiler: - make clean - HCFLAGS="-prof -auto-all -O0" make - ./pandoc +RTS -p -RTS [file]... - less pandoc.prof +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 |