df980b899d
git-svn-id: https://pandoc.googlecode.com/svn/trunk@355 788f1e2b-df1e-0410-8736-df70ead52e1b
6 lines
137 B
Text
6 lines
137 B
Text
To use the GHC profiler:
|
|
|
|
make clean
|
|
HCFLAGS="-prof -auto-all -O0" make
|
|
./pandoc +RTS -p -RTS [file]...
|
|
less pandoc.prof
|