Update of /cvsroot/compbench/CompBenchmarks++/Benchmark
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15154
Modified Files:
Benchmark-BZIP2.h
Log Message:
doxygen comments.
Index: Benchmark-BZIP2.h
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark-BZIP2.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Benchmark-BZIP2.h 1 Oct 2006 19:36:11 -0000 1.1
--- Benchmark-BZIP2.h 2 Oct 2006 16:27:36 -0000 1.2
***************
*** 4,7 ****
--- 4,9 ----
#include <Benchmark/Benchmark-xZIP.h>
+ /** \brief Defines the bzip2 package.
+ */
class CBMBenchmarkBZIP2 : public CBMBenchmarkxZIP
{
***************
*** 43,46 ****
--- 45,50 ----
};
+ /** \brief Defines the bzip2 benchmark using fastest compression level.
+ */
class CBMBenchmarkBZIP21 : public CBMBenchmarkBZIP2
{
***************
*** 55,59 ****
};
!
class CBMBenchmarkBZIP29 : public CBMBenchmarkBZIP2
{
--- 59,64 ----
};
! /** \brief Defines the bzip2 benchmark using maximum compression level.
! */
class CBMBenchmarkBZIP29 : public CBMBenchmarkBZIP2
{
|