|
From: <sv...@va...> - 2009-07-30 02:27:41
|
Author: njn
Date: 2009-07-30 03:27:17 +0100 (Thu, 30 Jul 2009)
New Revision: 10658
Log:
Improve formatting of a command.
Modified:
trunk/exp-bbv/docs/bbv-manual.xml
Modified: trunk/exp-bbv/docs/bbv-manual.xml
===================================================================
--- trunk/exp-bbv/docs/bbv-manual.xml 2009-07-29 23:34:49 UTC (rev 10657)
+++ trunk/exp-bbv/docs/bbv-manual.xml 2009-07-30 02:27:17 UTC (rev 10658)
@@ -75,11 +75,12 @@
Assuming you have downloaded SimPoint 3.2 and compiled it,
create SimPoint results with a command like the following:
- <computeroutput>./SimPoint.3.2/bin/simpoint -inputVectorsGzipped \
- -loadFVFile bb.out.1234.gz \
- -k 5 -saveSimpoints results.simpts \
- -saveSimpointWeights results.weights
- </computeroutput>
+ <programlisting><![CDATA[
+./SimPoint.3.2/bin/simpoint -inputVectorsGzipped \
+ -loadFVFile bb.out.1234.gz \
+ -k 5 -saveSimpoints results.simpts \
+ -saveSimpointWeights results.weights]]></programlisting>
+
where bb.out.1234.gz is your compressed basic block vector file
generated by Valgrind exp-bbv.
</para>
|