mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 02:06:32 +00:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
To use the GHC profiler:
|
|
|
|
cabal clean
|
|
cabal install --enable-library-profiling --enable-executable-profiling
|
|
pandoc +RTS -p -RTS [file]...
|
|
less pandoc.prof
|