add view-benchmark-core to use ghc-core to view the full core of the benchmark exe

This commit is contained in:
Corey O'Connor 2014-02-03 01:46:28 -08:00
parent cd5e64cbd7
commit bb1b410c60

4
view-benchmark-core Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
ghc-core --no-asm --no-cast -- \
-hide-package vty-5.0.0 -i../src -XScopedTypeVariables ../dist/build/cbits/*.o \
benchmark