Updated PROFILING instructions.
This commit is contained in:
parent
1cd99f9880
commit
8417820498
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
||||||
To use the GHC profiler:
|
To use the GHC profiler:
|
||||||
|
|
||||||
make distclean
|
cabal clean
|
||||||
make templates
|
cabal install --enable-library-profiling --enable-executable-profiling
|
||||||
runhaskell Setup.hs configure --enable-library-profiling --enable-executable-profiling
|
pandoc +RTS -p -RTS [file]...
|
||||||
runhaskell Setup.hs build
|
|
||||||
dist/build/pandoc/pandoc +RTS -p -RTS [file]...
|
|
||||||
less pandoc.prof
|
less pandoc.prof
|
||||||
|
|
Loading…
Reference in a new issue