summaryrefslogtreecommitdiff
path: root/utils/hpc/Hpc.hs
Commit message (Collapse)AuthorAgeFilesLines
* GHC new build system megapatchIan Lynagh2009-04-261-138/+0
|
* Make some utils -Wall cleanIan Lynagh2008-08-211-7/+15
|
* Improving the combine mode for hpcandy@galois.com2007-10-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* updating hpc toolkitandy@galois.com2007-09-081-3/+3
| | | | | | The hpc overlay has been ported from hpc-0.4 The new API for readMix is now used.
* Fixing hpc to allow use of hash function to seperate source files on source pathandy@galois.com2007-09-071-1/+1
|
* Add newline to end of Hpc.hsIan Lynagh2007-08-161-1/+1
|
* hpc-tools: improving flag processing and help messages, small bug fixes.andy@galois.com2007-07-201-8/+12
|
* Warning Police: No newline at end of fileMichael D. Adams2007-07-131-1/+1
|
* Warning Police: Unused importsMichael D. Adams2007-07-131-1/+0
|
* Adding draft and show to hpcandy@galois.com2007-07-121-2/+8
| | | | | | | | | | | | | | | | we now have hpc draft <TIX_FILE> This drafts up a candidate overlay for 100% coverage. and hpc show <TIX_FILE> This show verbose details about a tix file; mainly for debugging.
* Fixing hpc tools for 6.2 and 6.4andy@galois.com2007-06-291-1/+1
|
* Adding hpc tools, as a single program.andy@galois.com2007-06-251-0/+119