pandoc/PROFILING
fiddlosopher df980b899d Added instructions for using the GHC profiler.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@355 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-12-31 17:53:44 +00:00

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