pandoc/PROFILING

7 lines
137 B
Text
Raw Normal View History

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