Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12309
Modified Files:
doc.cgi
Log Message:
For SF's TID #141819 : improving documentation.
Index: doc.cgi
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** doc.cgi 9 Sep 2007 20:22:28 -0000 1.37
--- doc.cgi 9 Sep 2007 20:37:18 -0000 1.38
***************
*** 375,379 ****
if ($topic eq 'cbm-core') {
! print "<p>compbenchmarks-core allows user to install benchmarks, prepare them for ealuation, investigate on compiler options' compatibility or dependencies, and, finally, run benchmarks individually. This page will give you some clues and details interresting points to start with compbenchmarks-core.</p>";
print "<h3>First launch</h3>";
print "<p>The -h (or --help) option gives you the traditional program usage information :</p>";
--- 375,379 ----
if ($topic eq 'cbm-core') {
! print "<p>compbenchmarks-core allows user to install benchmarks, prepare them for ealuation, investigate on compiler options' compatibility or dependencies, and, finally, run benchmarks individually. This page will give you some clues and detail interresting points to start with compbenchmarks-core.</p>";
print "<h3>First launch</h3>";
print "<p>The -h (or --help) option gives you the traditional program usage information :</p>";
***************
*** 391,395 ****
<p>A simple one to get started; following command shows configuration detected for your computer :</p>";
showbindoc("compbenchmarks-core-qH.raw");
! print "<p>Next will gives information about a particular compiler (you can replace gcc by any supported compiler :</p>";
showbindoc("compbenchmarks-core-qcgcc.raw");
print "<p>Now, you can take a look to benchmark and package like this :</p>";
--- 391,395 ----
<p>A simple one to get started; following command shows configuration detected for your computer :</p>";
showbindoc("compbenchmarks-core-qH.raw");
! print "<p>Next will gives information about a particular compiler (you can replace gcc by any supported compiler) :</p>";
showbindoc("compbenchmarks-core-qcgcc.raw");
print "<p>Now, you can take a look to benchmark and package like this :</p>";
***************
*** 406,409 ****
--- 406,410 ----
<p>Last, but not least - a benchmark evaluation :</p>";
showbindoc("compbenchmarks-core-B.raw");
+ html_tip("For every benchmark, the higher is the result (<i>Value</i> field), the better is the effisciency.");
}
|