[Compbench-devel] CompBenchmarks++ main.h,1.5,1.6
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-21 18:38:21
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5905 Modified Files: main.h Log Message: Minor (language correctness) changes. Index: main.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/main.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** main.h 12 Dec 2006 16:30:09 -0000 1.5 --- main.h 21 Dec 2006 18:38:18 -0000 1.6 *************** *** 45,52 **** * * External benchmark's packages are supported through independant shared ! * libraries that use the libcompbenchmarks'. * ! * To start implementing the support ! * of a new package, you should : * - download the sources (http://compbench.sf.net), * - take a quick look at \link CBMBenchmark CBMBenchmark\endlink class. --- 45,51 ---- * * External benchmark's packages are supported through independant shared ! * libraries that use libcompbenchmarks'. * ! * To start a new benchmark or package implementation, you can * - download the sources (http://compbench.sf.net), * - take a quick look at \link CBMBenchmark CBMBenchmark\endlink class. *************** *** 54,57 **** --- 53,57 ---- * - update Makefile.am and benchmarks.list files in the Benchmark directory, * - Look at Benchmark-SCIMARK2.cpp or Benchmark-BZIP2.cpp, which are good models. + * * You can also get in touch with me, see http://compbench.sf.net/cgi-bin/feedback.cgi . * |