Ignore:
Timestamp:
03/07/07 18:35:10 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp

    r2199 r2206  
    379379        case SEQUENTIAL: 
    380380                ConstructInterleaved(sampleRays, objects, forcedViewSpace); 
     381                PrintTimings(true); 
    381382                break; 
    382383        case GRADIENT: 
    383384                ConstructInterleavedWithGradient(sampleRays, objects, forcedViewSpace); 
     385                PrintTimings(true); 
    384386                break; 
    385387        default: 
     
    533535        cout << "\n" << ospSteps << " object space partition steps taken" << endl; 
    534536 
    535         PrintTimings(true); 
     537        //PrintTimings(true); 
    536538 
    537539        /////////////// 
     
    555557 
    556558                dirtyList.clear(); 
    557                 PrintTimings(false); 
     559                //PrintTimings(false); 
    558560        } 
    559561        else 
     
    647649                } 
    648650 
    649                 PrintTimings(lastSplitWasOsp); 
     651                //PrintTimings(lastSplitWasOsp); 
    650652        } 
    651653 
Note: See TracChangeset for help on using the changeset viewer.