Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-plan
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13198
Modified Files:
cloptions.cpp
Log Message:
Message for Plan benchmarking introduced.
Index: cloptions.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-plan/cloptions.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** cloptions.cpp 31 Jul 2007 18:34:16 -0000 1.6
--- cloptions.cpp 1 Aug 2007 19:44:46 -0000 1.7
***************
*** 896,900 ****
--- 896,902 ----
break;
+ cbmUI->msgPlanRun("plan");
while (P->nextIteration(0));
+
delete(P);
break;
|