Improving the combine mode for hpc
authorandy@galois.com <unknown>
Sun, 14 Oct 2007 17:10:09 +0000 (17:10 +0000)
committerandy@galois.com <unknown>
Sun, 14 Oct 2007 17:10:09 +0000 (17:10 +0000)
commit1267b64b521ac2099fc163e482118a72b93afa0b
tree85ef61aee57c05ac58c0c18513844117c026ea62
parentd3e977c632ebb2e490f2bf46e59cb9b8c38d98dc
Improving the combine mode for hpc

we now have
Processing Coverage files:
  sum         Sum multiple .tix files in a single .tix file
  combine     Combine two .tix files in a single .tix file
  map         Map a function over a single .tix file

Where sum joins many .tix files, combine joins two files (with
extra functionality possible), and map just applied a function
to single .tix file.

These changes were improvements driven by hpc use cases.

END OF DESCRIPTION***

Place the long patch description above the ***END OF DESCRIPTION*** marker.
The first line of this file will be the patch name.

This patch contains the following changes:

M ./utils/hpc/Hpc.hs -1 +3
M ./utils/hpc/HpcCombine.hs -33 +84
M ./utils/hpc/HpcFlags.hs -11 +59
utils/hpc/Hpc.hs
utils/hpc/HpcCombine.hs
utils/hpc/HpcFlags.hs