mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3451
This commit is contained in:
parent
e0c013b2a2
commit
e8c4e1146b
|
@ -73,11 +73,13 @@ void whetstone(double& flops) {
|
||||||
long n1,n2,n3,n4,n5,n6,n7,n8,i,ix,n1mult;
|
long n1,n2,n3,n4,n5,n6,n7,n8,i,ix,n1mult;
|
||||||
SPDP x,y,z;
|
SPDP x,y,z;
|
||||||
long j,k,l;
|
long j,k,l;
|
||||||
SPDP e1[4],timea,timeb, dtime();
|
SPDP e1[4];
|
||||||
double startsec, finisec, ws;
|
double startsec, finisec, ws;
|
||||||
double KIPS;
|
double KIPS;
|
||||||
int xtra, ii;
|
int xtra, ii;
|
||||||
int x100 = 100;
|
int x100 = 10000; // chosen to make each pass take about 1 sec
|
||||||
|
// on my current computer (2.2 GHz celeron)
|
||||||
|
// Non-critical.
|
||||||
|
|
||||||
benchmark_wait_to_start(BM_TYPE_FP);
|
benchmark_wait_to_start(BM_TYPE_FP);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue