Changeset 1811:597ce92fae73 in lemon-0.x for lemon/time_measure.h
- Timestamp:
- 11/17/05 11:14:55 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2357
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/time_measure.h
r1806 r1811 379 379 int total=0; 380 380 for(int tn=1;tn < 1<<24; tn*=2) { 381 for(;total<tn;total++) const_cast<F &>(f)();381 for(;total<tn;total++) f(); 382 382 full=t; 383 383 if(full.realTime()>min_time) {
Note: See TracChangeset
for help on using the changeset viewer.