From df980b899d7ad5107f3f9492e5ac983e98e09ade Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 31 Dec 2006 17:53:44 +0000 Subject: Added instructions for using the GHC profiler. git-svn-id: https://pandoc.googlecode.com/svn/trunk@355 788f1e2b-df1e-0410-8736-df70ead52e1b --- PROFILING | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 PROFILING (limited to 'PROFILING') diff --git a/PROFILING b/PROFILING new file mode 100644 index 000000000..1560c6ba2 --- /dev/null +++ b/PROFILING @@ -0,0 +1,6 @@ +To use the GHC profiler: + + make clean + HCFLAGS="-prof -auto-all -O0" make + ./pandoc +RTS -p -RTS [file]... + less pandoc.prof -- cgit v1.2.3