Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv30366
Modified Files:
compbenchmarks-config
Log Message:
Cosmetic changes on benchmarking progress dialog;
Status is now said explicit ly as previous.
Index: compbenchmarks-config
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-config,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** compbenchmarks-config 4 Oct 2006 15:48:49 -0000 1.21
--- compbenchmarks-config 4 Oct 2006 15:53:57 -0000 1.22
***************
*** 869,873 ****
my $togo = ($TOTAL_TIME/$i)*($tot-$i);
my $eta = cbmc_eta($togo);
! cbmc_dialog_gauge("Benchmarking $i/$tot (ETA. $eta)\nCompiler : $r_c\nOptions : $r_o\nBenchmark : $r_b (" . ($r_n+1) . "/$CBM_BENCHMARKS_RUNS)", sprintf("%d", $i*100.0/$tot), 11, 70);
}
next;
--- 869,873 ----
my $togo = ($TOTAL_TIME/$i)*($tot-$i);
my $eta = cbmc_eta($togo);
! cbmc_dialog_gauge("Benchmarked : $i/$tot (ETA. $eta) - Previous context :\n\nCompiler : $r_c\nOptions : $r_o\nBenchmark : $r_b (" . ($r_n+1) . "/$CBM_BENCHMARKS_RUNS)", sprintf("%d", $i*100.0/$tot), 11, 70);
}
next;
***************
*** 883,887 ****
my $eta = cbmc_eta($togo);
$r=~s/ //g;
! cbmc_dialog_gauge("Benchmarking $i/$tot (ETA. $eta)\nCompiler : $r_c\nOptions : $r_o\nBenchmark : $r_b (" . ($r_n+1) . "/$CBM_BENCHMARKS_RUNS)", sprintf("%d", $i*100.0/$tot), 11, 70);
if ($r =~ /^([\d|\.]*)e\+(\d*)$/) {
--- 883,887 ----
my $eta = cbmc_eta($togo);
$r=~s/ //g;
! cbmc_dialog_gauge("Benchmarked : $i/$tot (ETA. $eta) - Previous context :\n\nCompiler : $r_c\nOptions : $r_o\nBenchmark : $r_b (" . ($r_n+1) . "/$CBM_BENCHMARKS_RUNS)", sprintf("%d", $i*100.0/$tot), 11, 70);
if ($r =~ /^([\d|\.]*)e\+(\d*)$/) {
|