GHC/HPC
From HaskellWiki
< GHC(Difference between revisions)
(+cat) |
(Wiki standards, format) |
||
| Line 1: | Line 1: | ||
[[Category:GHC|HPC]] | [[Category:GHC|HPC]] | ||
| - | = Haskell | + | == Haskell program coverage using GHC == |
| - | [ | + | See [[Haskell program coverage]]. |
STATUS: checked into GHC 6.7 | STATUS: checked into GHC 6.7 | ||
| - | == GHC | + | == GHC specific options == |
| - | + | <code> | |
-fhpc | -fhpc | ||
-hpcdir (TOADD: with .hi and with .o) | -hpcdir (TOADD: with .hi and with .o) | ||
| + | </code> | ||
Future: | Future: | ||
| + | <code> | ||
-fhpc-tracer | -fhpc-tracer | ||
| + | </code> | ||
Current revision
1 Haskell program coverage using GHC
STATUS: checked into GHC 6.7
2 GHC specific options
-fhpc
-hpcdir (TOADD: with .hi and with .o)
Future:
-fhpc-tracer
