Added instructions for using the GHC profiler.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@355 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2006-12-31 17:53:44 +00:00
parent 3f5194b3bf
commit df980b899d

6
PROFILING Normal file
View file

@ -0,0 +1,6 @@
To use the GHC profiler:
make clean
HCFLAGS="-prof -auto-all -O0" make
./pandoc +RTS -p -RTS [file]...
less pandoc.prof