Skip to content
Snippets Groups Projects
Commit c9fe6fad authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Disable perf counters for now

parent 7f5e11e0
Branches rts-stats
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
# COLLECT_RTS_STATS
# collect runtime system statistics from compiler (forced on)
# COLLECT_PERF_STATS
# collect perf_events counters from compiler (forced on)
# collect perf_events counters from compiler
# GHC_PERF_STATS_EVENTS
# which counters to collect
#
......@@ -87,7 +87,6 @@ if [ -n "$COLLECT_RTS_STATS" ]; then
fi
# Collect perf stats from compilation.
COLLECT_PERF_STATS=1
if [ -n "$COLLECT_PERF_STATS" ]; then
use_wrapper=1
export GHC_PERF_STATS_DIR="$OUT_DIR/perf-stats"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment