EgtMachKernel :
- in finiture rimozione classe PerformanceCounter per Debug.
This commit is contained in:
@@ -1732,15 +1732,12 @@ SurfFinishing::ProcessSfr( int nPathId, int nPvId, int nClId)
|
||||
// se richiesto, elimino le parti al massimo affondamento
|
||||
bool bSkipMaxDown = true ;
|
||||
GetValInNotes( m_Params.m_sUserNotes, "SkipMaxDown", bSkipMaxDown) ;
|
||||
PerformanceCounter PC ;
|
||||
PC.Start() ;
|
||||
if ( bSkipMaxDown) {
|
||||
if ( ! EraseMaxDownSurf( vSrfLoc, frSurf, vtTool, dDepth, pSfrCnt)) {
|
||||
m_pMchMgr->SetLastError( 3124, "Error in SurfFinishing : region not computable") ;
|
||||
return false ;
|
||||
}
|
||||
}
|
||||
LOG_INFO( GetEMkLogger(), ( "ToT Time : " + ToString( PC.Stop())).c_str()) ;
|
||||
// se regione risultante vuota, non devo fare altro
|
||||
if ( ! pSfrCnt->IsValid())
|
||||
return true ;
|
||||
|
||||
Reference in New Issue
Block a user