mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
8 lines
208 B
Bash
Executable File
8 lines
208 B
Bash
Executable File
#! /usr/bin/env sh
|
|
# Usage:
|
|
#
|
|
# ./haskell-flamegraph <carp options>
|
|
BUILD_OPTS="--enable-profiling --enable-library-profiling" ./scripts/carp.sh $* +RTS -p -hc
|
|
ghc-prof-flamegraph carp.prof
|
|
xdg-open carp.svg
|