From 8672a8e6488694f82762fa3524d352cac96eddd1 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 22 Jul 2007 20:27:06 +0000 Subject: Updated PROFILING for new Cabal. git-svn-id: https://pandoc.googlecode.com/svn/trunk@774 788f1e2b-df1e-0410-8736-df70ead52e1b --- PROFILING | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PROFILING b/PROFILING index 1560c6ba2..bdffe5b44 100644 --- a/PROFILING +++ b/PROFILING @@ -1,6 +1,7 @@ To use the GHC profiler: - make clean - HCFLAGS="-prof -auto-all -O0" make - ./pandoc +RTS -p -RTS [file]... - less pandoc.prof +make clean +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 -- cgit v1.2.3