|
From: <sv...@va...> - 2009-01-03 22:46:22
|
Author: njn Date: 2009-01-03 22:46:15 +0000 (Sat, 03 Jan 2009) New Revision: 8907 Log: Very minor changes. Modified: branches/VCOV/exp-vcov/docs/vc-manual.xml branches/VCOV/exp-vcov/vc_main.c Modified: branches/VCOV/exp-vcov/docs/vc-manual.xml =================================================================== --- branches/VCOV/exp-vcov/docs/vc-manual.xml 2009-01-03 20:32:55 UTC (rev 8906) +++ branches/VCOV/exp-vcov/docs/vc-manual.xml 2009-01-03 22:46:15 UTC (rev 8907) @@ -27,6 +27,9 @@ <listitem> <para>Stuff about debug info, compiling without optimisation</para> + Nb: using -fprofile-arcs apparently gives misleading results -- eg. + suggests that lines that aren't executed actually are. Don't use it with + VCov. </listitem> <listitem> Modified: branches/VCOV/exp-vcov/vc_main.c =================================================================== --- branches/VCOV/exp-vcov/vc_main.c 2009-01-03 20:32:55 UTC (rev 8906) +++ branches/VCOV/exp-vcov/vc_main.c 2009-01-03 22:46:15 UTC (rev 8907) @@ -34,6 +34,8 @@ // - the new seginfo_* functions -- would providing an iterator be better? // - write tests -- work out how to make them deterministic... // - write docs +// - add a first line to the output indicating it's VCov and the output +// version number. Eg. "vcov 1" // Overview: // - VCov is a coverage testing tool. It has similarities and differences |