[Compbench-devel] CompBenchmarks++ main.h,1.2,1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-23 16:42:52
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1434 Modified Files: main.h Log Message: Minor fixes in class names. Index: main.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/main.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.h 2 Oct 2006 16:28:11 -0000 1.2 --- main.h 23 Nov 2006 16:42:48 -0000 1.3 *************** *** 26,30 **** * - \link CBMSystem operating system\endlink, * - \link CBMBenchmark benchmark\endlink or packages, ! * - \link CBMBenchmarkContextCompiler compiler\endlink, * - \link CBMUI user interface\endlink. * --- 26,30 ---- * - \link CBMSystem operating system\endlink, * - \link CBMBenchmark benchmark\endlink or packages, ! * - \link CBMCompiler compiler\endlink, * - \link CBMUI user interface\endlink. * *************** *** 41,45 **** * defined packages (like \link CBMBenchmarkGZIP gzip\endlink or \link * CBMBenchmarkBENCHPP Bench++\endlink) via Internet and uses some benchmarks on them. ! * Benchmarks can be hard-coded in CompBenchmarks (as, for gzip : \link CBMBenchmarkGZIP1 gzip-1c\endlink) or directly providen by packages (\link CBMBenchmarkBENCHPP_WHETSTONE benchpp-whetstone\endlink). * */ --- 41,45 ---- * defined packages (like \link CBMBenchmarkGZIP gzip\endlink or \link * CBMBenchmarkBENCHPP Bench++\endlink) via Internet and uses some benchmarks on them. ! * Benchmarks can also be hard-coded in CompBenchmarks (as, for gzip : \link CBMBenchmarkGZIP1 gzip-1c\endlink) or directly providen by packages (\link CBMBenchmarkBENCHPP_WHETSTONE benchpp-whetstone\endlink). * */ |