mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
git-svn-id: https://pandoc.googlecode.com/svn/trunk@355 788f1e2b-df1e-0410-8736-df70ead52e1b
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
To use the GHC profiler:
|
|
|
|
make clean
|
|
HCFLAGS="-prof -auto-all -O0" make
|
|
./pandoc +RTS -p -RTS [file]...
|
|
less pandoc.prof
|