[Compbench-devel] CompBenchmarks++ compbenchmarks.pod,1.2,1.3
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-09-26 19:23:51
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32177 Modified Files: compbenchmarks.pod Log Message: Cosmetic changes. Index: compbenchmarks.pod =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** compbenchmarks.pod 25 Sep 2006 16:09:06 -0000 1.2 --- compbenchmarks.pod 26 Sep 2006 19:23:41 -0000 1.3 *************** *** 25,29 **** compbenchmarks --list-benchmarks ! List all recognized benchmarks/package. compbenchmarks --host-infos --- 25,29 ---- compbenchmarks --list-benchmarks ! List all recognized benchmarks/packages. compbenchmarks --host-infos *************** *** 34,39 **** 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++). --- 34,40 ---- 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++). *************** *** 42,53 **** compbenchmarks --bench <b-id> <c-bin> [c-options] ! Make benchmark with specified compiler and options (if given), and returns ! performance (higher is better). =head1 DESCRIPTION ! This tool provides a command line interface to compile and ! evaluate C/C++ benchmarks more conveniently, according to customizable ! parameters. Normally used by compbenchmarks-config program. --- 43,55 ---- compbenchmarks --bench <b-id> <c-bin> [c-options] ! Make benchmark with specified compiler and options ! (if given), and returns performance (higher is ! better). =head1 DESCRIPTION ! This tool provides a command line interface to ! compile and evaluate C/C++ benchmarks more conveniently, ! according to customizable parameters. Normally used by compbenchmarks-config program. |