Changeset 2250:b8fbffd35445 in lemon-0.x
- Timestamp:
- 10/17/06 13:01:35 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3000
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/time_measure.h
r2243 r2250 524 524 unsigned int total=0; 525 525 Timer t; 526 for(unsigned int tn=1;tn <= 1 <<31 && full.realTime()<=min_time; tn*=2) {526 for(unsigned int tn=1;tn <= 1U<<31 && full.realTime()<=min_time; tn*=2) { 527 527 for(;total<tn;total++) f(); 528 528 full=t;
Note: See TracChangeset
for help on using the changeset viewer.