[Compbench-devel] CompBenchmarks++ compbenchmarks.1, 1.2, 1.3 compbenchmarks-config.1, 1.1, 1.2
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-09-27 16:53:31
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15370 Modified Files: compbenchmarks.1 compbenchmarks-config.1 Log Message: Minor updates. Index: compbenchmarks.1 =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks.1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** compbenchmarks.1 25 Sep 2006 16:09:06 -0000 1.2 --- compbenchmarks.1 27 Sep 2006 16:53:28 -0000 1.3 *************** *** 130,134 **** .\" .IX Title "COMPBENCHMARKS 1" ! .TH COMPBENCHMARKS 1 "2006-09-25" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" compbenchmarks 0.3.0 \- Compilers' benchmarking environment --- 130,134 ---- .\" .IX Title "COMPBENCHMARKS 1" ! .TH COMPBENCHMARKS 1 "2006-09-26" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" compbenchmarks 0.3.0 \- Compilers' benchmarking environment *************** *** 155,159 **** .PP compbenchmarks \-\-list\-benchmarks ! List all recognized benchmarks/package. .PP compbenchmarks \-\-host\-infos --- 155,159 ---- .PP compbenchmarks \-\-list\-benchmarks ! List all recognized benchmarks/packages. .PP compbenchmarks \-\-host\-infos *************** *** 164,169 **** .PP compbenchmarks \-\-compiler\-infos <c\-bin> ! Show informations about specified binary (compiler). <c\-bin> may be either ! a relative compiler (like gcc\-3.3) or a full path to the compiler binary (/opt/lt/bin/g++). .PP --- 164,170 ---- .PP compbenchmarks \-\-compiler\-infos <c\-bin> ! Show informations about specified binary (compiler). ! <c\-bin> may be either a relative compiler ! (like gcc\-3.3) or a full path to the compiler binary (/opt/lt/bin/g++). .PP *************** *** 172,182 **** .PP compbenchmarks \-\-bench <b\-id> <c\-bin> [c\-options] ! Make benchmark with specified compiler and options (if given), and returns ! performance (higher is better). .SH "DESCRIPTION" .IX Header "DESCRIPTION" ! This tool provides a command line interface to compile and ! evaluate C/\*(C+ benchmarks more conveniently, according to customizable ! parameters. .PP Normally used by compbenchmarks-config program. --- 173,184 ---- .PP compbenchmarks \-\-bench <b\-id> <c\-bin> [c\-options] ! Make benchmark with specified compiler and options ! (if given), and returns performance (higher is ! better). .SH "DESCRIPTION" .IX Header "DESCRIPTION" ! This tool provides a command line interface to ! compile and evaluate C/\*(C+ benchmarks more conveniently, ! according to customizable parameters. .PP Normally used by compbenchmarks-config program. Index: compbenchmarks-config.1 =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-config.1,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** compbenchmarks-config.1 25 Sep 2006 16:07:32 -0000 1.1 --- compbenchmarks-config.1 27 Sep 2006 16:53:28 -0000 1.2 *************** *** 130,134 **** .\" .IX Title "COMPBENCHMARKS-CONFIG 1" ! .TH COMPBENCHMARKS-CONFIG 1 "2006-09-25" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" compbenchmarks\-config 0.3.0 \- compilers' benchmarking environment --- 130,134 ---- .\" .IX Title "COMPBENCHMARKS-CONFIG 1" ! .TH COMPBENCHMARKS-CONFIG 1 "2006-09-27" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" compbenchmarks\-config 0.3.0 \- compilers' benchmarking environment |