[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Benchmark Benchmark.cpp, 1.9, 1.10
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-05-23 18:23:20
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25906 Modified Files: Benchmark.cpp Log Message: Fix in option handling (for compilation and related context updates). Index: Benchmark.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Benchmark/Benchmark.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Benchmark.cpp 17 May 2007 14:29:12 -0000 1.9 --- Benchmark.cpp 23 May 2007 18:23:16 -0000 1.10 *************** *** 85,88 **** --- 85,92 ---- cbmUI->Information(CBM::UI::BenchResult, CBM::UI::OK); + + cbmUI->InformationBenchmarkResult(Name(), + tmp, + r); } else { cbmUI->Information(CBM::UI::BenchResult, |