2006-12-31 17:53:44 +00:00
|
|
|
To use the GHC profiler:
|
|
|
|
|
2007-11-22 19:09:10 +00:00
|
|
|
make distclean
|
2007-08-15 15:34:26 +00:00
|
|
|
make templates
|
2007-07-22 20:27:06 +00:00
|
|
|
runhaskell Setup.hs configure --enable-library-profiling --enable-executable-profiling
|
|
|
|
runhaskell Setup.hs build
|
|
|
|
dist/build/pandoc/pandoc +RTS -p -RTS [file]...
|
|
|
|
less pandoc.prof
|