From df980b899d7ad5107f3f9492e5ac983e98e09ade Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Sun, 31 Dec 2006 17:53:44 +0000
Subject: [PATCH] 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

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