diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-12-10 22:29:30 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:41 +0100 |
commit | af2742a9ccfacc033b060eea067130997539ce10 (patch) | |
tree | 45b4420cc914844954142f91c7baeef38a94b24d /PROFILING | |
parent | ffb0b7c6ce9d92254a743d45373d2c0ec9049cc5 (diff) | |
download | pandoc-af2742a9ccfacc033b060eea067130997539ce10.tar.gz |
Removed PROFILING, added profiling info to CONTRIBUTING.md.
Diffstat (limited to 'PROFILING')
-rw-r--r-- | PROFILING | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/PROFILING b/PROFILING deleted file mode 100644 index 73e2dc5c2..000000000 --- a/PROFILING +++ /dev/null @@ -1,6 +0,0 @@ -To use the GHC profiler: - -cabal clean -cabal install --enable-library-profiling --enable-executable-profiling -pandoc +RTS -p -RTS [file]... -less pandoc.prof |