[Compbench-devel] CompBenchmarks++ compbenchmarks-core.pod, 1.5, 1.6
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-05-24 16:48:51
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11420 Modified Files: compbenchmarks-core.pod Log Message: Minor changes. Index: compbenchmarks-core.pod =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core.pod,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** compbenchmarks-core.pod 23 May 2007 15:39:34 -0000 1.5 --- compbenchmarks-core.pod 24 May 2007 16:48:48 -0000 1.6 *************** *** 5,38 **** =head1 SYNOPSIS ! QUERYING : ! compbenchmarks [COMMAND] ! Show embedded help. ! compbenchmarks --version Show software version. ! compbenchmarks --install <b-id> Install benchmark <b-id> from the Internet. See --list-benchmarks to get a list of available benchmark's IDs (b-id). ! compbenchmarks --fetch <b-id> <tarball> Install benchmark <b-id> from a local archive. See --list-benchmarks to get a list of available benchmark's IDs (b-id). ! compbenchmarks --uninstall <b-id> Uninstall specified benchmark or package. ! compbenchmarks --list-benchmarks List all recognized benchmarks/packages. ! compbenchmarks --host-infos Show host's informations ! compbenchmarks --program-infos Show informations about all used external programs. ! compbenchmarks --compiler-infos <c-bin> Show informations about specified binary (compiler). <c-bin> may be either a relative compiler --- 5,39 ---- =head1 SYNOPSIS ! compbenchmarks-core --help ! Show help. ! =head1 QUERYING ! ! compbenchmarks-core --version Show software version. ! compbenchmarks-core --install <b-id> Install benchmark <b-id> from the Internet. See --list-benchmarks to get a list of available benchmark's IDs (b-id). ! compbenchmarks-core --fetch <b-id> <tarball> Install benchmark <b-id> from a local archive. See --list-benchmarks to get a list of available benchmark's IDs (b-id). ! compbenchmarks-core --uninstall <b-id> Uninstall specified benchmark or package. ! compbenchmarks-core --list-benchmarks List all recognized benchmarks/packages. ! compbenchmarks-core --host-infos Show host's informations ! compbenchmarks-core --program-infos Show informations about all used external programs. ! compbenchmarks-core --compiler-infos <c-bin> Show informations about specified binary (compiler). <c-bin> may be either a relative compiler *************** *** 40,47 **** (/opt/lt/bin/g++). ! compbenchmarks --benchmark-infos <b-id> Show informations about specified benchmark. ! compbenchmarks --bench <b-id> <c-bin> [c-options] Make benchmark with specified compiler and options (if given), and returns performance (higher is --- 41,48 ---- (/opt/lt/bin/g++). ! compbenchmarks-core --benchmark-infos <b-id> Show informations about specified benchmark. ! compbenchmarks-core --bench <b-id> <c-bin> [c-options] Make benchmark with specified compiler and options (if given), and returns performance (higher is *************** *** 50,78 **** Here are some more fine-grained operations : ! compbenchmarks --download <b-id> Download benchmark, and verify checksum. ! compbenchmarks --extract <b-id> Extract given benchmark (from a downloaded archive). ! compbenchmarks --patch <b-id> Patch benchmark (not always needed). ! compbenchmarks --preconfigure <b-id> Preconfigure a benchmark (not always needed). ! compbenchmarks --test <b-id> Test if a benchmark runs as expected (require package's internal test suite). ! compbenchmarks --release <b-id> Clean built object for a benchmark. ! compbenchmarks --force --test <b-id> Force the test suite execution (even if it has already been executed). force may be applied to other options. ! compbenchmarks --disable-testsuite --bench <b-id> <c-bin> [c-options] Disable benchmark's embedded test suite. --- 51,79 ---- Here are some more fine-grained operations : ! compbenchmarks-core --download <b-id> Download benchmark, and verify checksum. ! compbenchmarks-core --extract <b-id> Extract given benchmark (from a downloaded archive). ! compbenchmarks-core --patch <b-id> Patch benchmark (not always needed). ! compbenchmarks-core --preconfigure <b-id> Preconfigure a benchmark (not always needed). ! compbenchmarks-core --test <b-id> Test if a benchmark runs as expected (require package's internal test suite). ! compbenchmarks-core --release <b-id> Clean built object for a benchmark. ! compbenchmarks-core --force --test <b-id> Force the test suite execution (even if it has already been executed). force may be applied to other options. ! compbenchmarks-core --disable-testsuite --bench <b-id> <c-bin> [c-options] Disable benchmark's embedded test suite. *************** *** 80,92 **** This tool provides a command line interface to ! compile and evaluate C/C++ benchmarks more conveniently, ! according to customizable parameters. ! Normally used by compbenchmarks-ui-perl program. =head1 DIRECTORIES - All but the latest are used by compbenchmarks-ui-perl - =over --- 81,90 ---- This tool provides a command line interface to ! compile and evaluate C/C++ benchmarks according to customizable parameters. ! Normally user'd prefer compbenchmarks-ui-* binaries. =head1 DIRECTORIES =over *************** *** 103,114 **** =item ~/.compbenchmarks/$HOSTNAME/Configuration configuration file. See below. - =item ~/.compbenchmarks/$HOSTNAME/lockfile.pid Lockfile. - =back - =head1 SEE ALSO - - Manpage of compbenchmarks-ui-perl. - =head1 AUTHOR --- 101,106 ---- |