summaryrefslogtreecommitdiff
path: root/PROFILING
blob: 1560c6ba2a44c2520992bd5b70dd54bd34703428 (plain)
1
2
3
4
5
6
To use the GHC profiler:

    make clean
    HCFLAGS="-prof -auto-all -O0" make
    ./pandoc +RTS -p -RTS [file]...
    less pandoc.prof