7 lines
137 B
Text
7 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
|