tabs
[SVN r12359]
This commit is contained in:
parent
3421c4342e
commit
837e93722d
@ -39,7 +39,7 @@ int main() {
|
||||
|
||||
cout << "\ndetermine " << time << " second iteration count" << endl;
|
||||
for ( loops = 0; loops < LONG_MAX
|
||||
&& loop_timer.elapsed() < time; ++loops ) {}
|
||||
&& loop_timer.elapsed() < time; ++loops ) {}
|
||||
cout << loops << " iterations"<< endl;
|
||||
|
||||
long i;
|
||||
|
Loading…
Reference in New Issue
Block a user