[Compbench-devel] CompBenchmarks++ main.h,1.4,1.5
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-12 16:30:17
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29859 Modified Files: main.h Log Message: Short introduction for developpers. Index: main.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/main.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** main.h 29 Nov 2006 22:01:02 -0000 1.4 --- main.h 12 Dec 2006 16:30:09 -0000 1.5 *************** *** 37,41 **** * the operating system object). * ! * \section Behaviour * * Compiled on Linux, program'll use a CBMSystemLinux instance. It can install --- 37,41 ---- * the operating system object). * ! * \section behaviour Behaviour * * Compiled on Linux, program'll use a CBMSystemLinux instance. It can install *************** *** 52,60 **** * - take a quick look at \link CBMBenchmark CBMBenchmark\endlink class. * - for, said, Foo_benchpack.tar.gz package, create the Benchmark-FOO-BENCHPACK.cpp and corresponding header files in Benchmark directory, ! * - update Makefile.am 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 . * - * \section */ --- 52,59 ---- * - take a quick look at \link CBMBenchmark CBMBenchmark\endlink class. * - for, said, Foo_benchpack.tar.gz package, create the Benchmark-FOO-BENCHPACK.cpp and corresponding header files in Benchmark directory, ! * - 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 . * */ |