ThreadScope Tour
From HaskellWiki
(Difference between revisions)
(→Basic skills: remove extraneous p tags from li) |
m (→Digging into a program with spark events: remove extraneous p tags) |
||
| Line 28: | Line 28: | ||
<ol start="7" style="list-style-type: decimal;"> | <ol start="7" style="list-style-type: decimal;"> | ||
| - | <li | + | <li>[[ThreadScope_Tour/SparkOverview|Spark overview]] |
<ul> | <ul> | ||
<li>[[ThreadScope_Tour/RTS|GHC RTS flags]]: a subset of flags relevant to ThreadScope</li> | <li>[[ThreadScope_Tour/RTS|GHC RTS flags]]: a subset of flags relevant to ThreadScope</li> | ||
<li>[[:Image:spark-lifecycle.png|Spark lifecycle]]: Lifecycle of a spark</li></ul> | <li>[[:Image:spark-lifecycle.png|Spark lifecycle]]: Lifecycle of a spark</li></ul> | ||
</li> | </li> | ||
| - | <li | + | <li>[[ThreadScope_Tour/Spark|Spark rates]]: study spark creation/conversion</li> |
| - | <li | + | <li>[[ThreadScope_Tour/Spark2|Spark rates 2]]: spark debugging continued</li> |
</ol> | </ol> | ||
Revision as of 16:36, 7 December 2011
A guided tour of ThreadScope
In this tutorial, we'll be working through concrete examples on using ThreadScope to debug the performance of parallel programs.
We aim to keep each module in the tutorial self-contained, so you can either follow the progression suggested or jump to just the sections we need.
Note that you will need:
- ThreadScope 0.2.1 or higher
- GHC 7.4 or higher. You could try earlier versions, but more advanced features such as spark events will not available
1 Getting Started
- Installation: install ThreadScope and run a sample trace
- Hello world: Run ThreadScope on a small test program
2 Basic skills
- Initial statistics: collect some simple statistics
- Profile: examine the profile for a real program
- Profile 2: examine the profile for an improved program
- Zoom: zooming and bookmarking
3 Digging into a program with spark events
- Spark overview
- GHC RTS flags: a subset of flags relevant to ThreadScope
- Spark lifecycle: Lifecycle of a spark
- Spark rates: study spark creation/conversion
- Spark rates 2: spark debugging continued
4 Reference
- Downloads: examples used in this tutorial
5 Planned
- Trace: custom events
- Consolidate: tease out the sequential parts of code
