summaryrefslogtreecommitdiff
path: root/utils/hpc/HpcShowTix.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add configurable verbosity level to hpcYuras Shumovich2015-02-171-0/+1
| | | | | | | | | | | | | | | | | | | Summary: All commands now have `--verbosity` flag, so one can configure cabal package with `--hpc-options="--verbosity=0"`. Right now it is used only in `hpc markup` to supress unnecessary output. Reviewers: austin Reviewed By: austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D660 GHC Trac Issues: #10091
* Add a --reset-hpcdirs flag to hpcIan Lynagh2012-11-231-0/+1
|
* de-tab hpcIan Lynagh2012-11-231-19/+19
|
* Remove redundant HpcMap and HpcSet wrappers around Data.{Map,Set}Ian Lynagh2010-12-161-1/+1
|
* Make some utils -Wall cleanIan Lynagh2008-08-211-6/+7
|
* updating hpc toolkitandy@galois.com2007-09-081-1/+1
| | | | | | 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
|
* hpc-tools: improving flag processing and help messages, small bug fixes.andy@galois.com2007-07-201-11/+14
|
* FIX problem with not using the compat lib for Set in hpc tools.andy@galois.com2007-07-151-1/+1
|
* Warning Police: No newline at end of fileMichael D. Adams2007-07-131-1/+0
|
* Warning Police: Unused importsMichael D. Adams2007-07-131-1/+0
|
* Adding draft and show to hpcandy@galois.com2007-07-121-0/+60
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.