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
No related branches found
No related tags found
1 merge request!98Add support for capturing RTS statistics from compilation
Pipeline #20989 failed
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# COLLECT_RTS_STATS # COLLECT_RTS_STATS
# collect runtime system statistics from compiler (forced on) # collect runtime system statistics from compiler (forced on)
# COLLECT_PERF_STATS # COLLECT_PERF_STATS
# collect perf_events counters from compiler (forced on) # collect perf_events counters from compiler
# GHC_PERF_STATS_EVENTS # GHC_PERF_STATS_EVENTS
# which counters to collect # which counters to collect
# #
...@@ -87,7 +87,6 @@ if [ -n "$COLLECT_RTS_STATS" ]; then ...@@ -87,7 +87,6 @@ if [ -n "$COLLECT_RTS_STATS" ]; then
fi fi
# Collect perf stats from compilation. # Collect perf stats from compilation.
COLLECT_PERF_STATS=1
if [ -n "$COLLECT_PERF_STATS" ]; then if [ -n "$COLLECT_PERF_STATS" ]; then
use_wrapper=1 use_wrapper=1
export GHC_PERF_STATS_DIR="$OUT_DIR/perf-stats" 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