[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Plan Plan-Batch.cpp, 1.10, 1.11
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-08-20 17:08:54
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9724 Modified Files: Plan-Batch.cpp Log Message: Host configuration and settings are stored in results' output directory. Index: Plan-Batch.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan/Plan-Batch.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Plan-Batch.cpp 2 Aug 2007 17:08:28 -0000 1.10 --- Plan-Batch.cpp 20 Aug 2007 17:08:50 -0000 1.11 *************** *** 538,549 **** return(0); } ! B->Bench(C, O); ! /* ! result=new CBM::Result(bmValue, ! buildTime, ! executionTime, ! tested, ! testOk); ! */ } else { printf(" Batch %s, iteration %d/%d\n", id.c_str(), currentIteration(), totalIterations()); --- 538,546 ---- return(0); } ! result=B->Bench(C, O); ! plan->outputDirectoryAdd(result); ! plan->outputDirectoryCopyHost(); ! plan->outputDirectoryCopyPlan(); ! } else { printf(" Batch %s, iteration %d/%d\n", id.c_str(), currentIteration(), totalIterations()); |