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:
parent
3f5194b3bf
commit
df980b899d
1 changed files with 6 additions and 0 deletions
6
PROFILING
Normal file
6
PROFILING
Normal 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
|
Loading…
Add table
Reference in a new issue