Files
pandoc/PROFILING
T
2006-12-31 17:53:44 +00:00

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