Difference between revisions of "GHC/HPC"

From HaskellWiki
< GHC
Jump to navigation Jump to search
 
Line 1: Line 1:
This page is intended to describe '''Haskell Program Coverage''' option ('''-fhpc''') for GHC. Andy, please fill it!
+
= Haskell Program Coverage using GHC =
   
  +
[http://www.haskell.org/haskellwiki/Haskell_Program_Coverage 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 ==
  +
  +
-fhpc
  +
  +
-hpcdir (TOADD: with .hi and with .o)
  +
  +
Future:
  +
  +
-fhpc-tracer

Revision as of 06:55, 9 November 2006

Haskell Program Coverage using GHC

Haskell Program Coverage


STATUS: checked into GHC 6.7

GHC Specific Options

-fhpc

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

Future:

-fhpc-tracer