Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
head.hackage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
head.hackage
Commits
c9fe6fad
Commit
c9fe6fad
authored
4 years ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
Disable perf counters for now
parent
7f5e11e0
No related branches found
No related tags found
1 merge request
!98
Add support for capturing RTS statistics from compilation
Pipeline
#20989
failed
4 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run-ci
+1
-2
1 addition, 2 deletions
run-ci
with
1 addition
and
2 deletions
run-ci
+
1
−
2
View file @
c9fe6fad
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment