mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
add view-benchmark-core to use ghc-core to view the full core of the benchmark exe
This commit is contained in:
parent
cd5e64cbd7
commit
bb1b410c60
4
view-benchmark-core
Executable file
4
view-benchmark-core
Executable 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
|
Loading…
Reference in New Issue
Block a user