Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
GHC wiki mirror
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC wiki mirror
Commits
826692c7
Commit
826692c7
authored
May 27, 2020
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ticky ticky
parent
19e69589
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
debugging/ticky-ticky.md
debugging/ticky-ticky.md
+3
-0
No files found.
debugging/ticky-ticky.md
View file @
826692c7
...
...
@@ -36,6 +36,9 @@ The equivalent for Hadrian would be a `<build_root>/hadrian.settings` (e.g. `_bu
# The following adds -ticky to everything compiled by the stage1 compiler:
stage1.*.ghc.hs.opts += -ticky
# You will also want STG dumps so you can interpret the resulting profiles:
stage1.*.ghc.hs.opts += -ddump-to-file -ddump-simpl -ddump-stg
# The following just links stage2 GHC with -ticky (for the -ticky/-debug runtime)
# and assumes that you have annotated the modules that you want to profile
# individually with `{-# OPTIONS_GHC -ticky -#}`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment