[Compbench-devel] CompBenchmarks++/Benchmark Package.h,1.3,1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-10 20:26:18
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25587 Modified Files: Package.h Log Message: For Perl API useability : removeContext() is now public benchmarkSize() is not pure anymore. Index: Package.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Package.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Package.h 4 Jan 2007 19:39:52 -0000 1.3 --- Package.h 10 Jan 2007 20:26:06 -0000 1.4 *************** *** 70,78 **** virtual int readStatus(void); - /** Remove context. - * \sa storeContext() - */ - virtual int resetContext(void); - protected: /** \sa Benchmarks() */ --- 70,73 ---- *************** *** 169,172 **** --- 164,172 ---- CBMCompilerOptions *_currentOptions); public: + /** Remove context. + * \sa storeContext() + */ + virtual int resetContext(void); + /** Display informations about package */ virtual void display(void); *************** *** 273,277 **** * \sa preConfigure() * \sa packageSize() */ ! virtual int benchmarkSize(void) = 0; /** Compairs previous compilation context to current one --- 273,277 ---- * \sa preConfigure() * \sa packageSize() */ ! virtual int benchmarkSize(void); /** Compairs previous compilation context to current one |