Ignore:
Timestamp:
01/22/07 20:25:06 (17 years ago)
Author:
bittner
Message:

pvs efficiency tuning

File:
1 edited

Legend:

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

    r2010 r2015  
    77#include "RssTree.h" 
    88#include "Mutation.h" 
     9#include "PerfTimer.h" 
    910 
    1011namespace GtpVisibilityPreprocessor { 
     12 
     13extern PerfTimer pvsTimer; 
    1114 
    1215//HaltonSequence SamplingStrategy::sHalton; 
     
    545548  } 
    546549 
     550  pvsTimer.Entry(); 
     551  // resort pvss 
     552  mPreprocessor.mViewCellsManager->SortViewCellPvs(); 
     553  pvsTimer.Exit(); 
    547554   
    548555  UpdateRatios(); 
Note: See TracChangeset for help on using the changeset viewer.