Difference between revisions of "GHC/HPC"

From HaskellWiki
< GHC
Jump to navigation Jump to search
 
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
[[Category:GHC|HPC]]
This page is intended to describe '''Haskell Program Coverage''' option ('''-fhpc''') for GHC. Andy, please fill it!
 
  +
[[Category:Stub articles]]
  +
== Haskell program coverage using GHC ==
   
  +
See [[Haskell program coverage]].
Meantime, you can read description of standalone (not a part of GHC) HPC tool at [http://www.galois.com/~andy/hpc-intro.html] page
 
  +
  +
  +
STATUS: checked into GHC 6.7
  +
  +
== GHC specific options ==
  +
<code>
  +
-fhpc
  +
  +
-hpcdir (TOADD: with .hi and with .o)
  +
</code>
  +
  +
Future:
  +
  +
<code>
  +
-fhpc-tracer
  +
</code>

Latest revision as of 00:10, 17 June 2021

Haskell program coverage using GHC

See Haskell program coverage.


STATUS: checked into GHC 6.7

GHC specific options

-fhpc

-hpcdir (TOADD: with .hi and with .o)

Future:

-fhpc-tracer