From 30f164badf28254ebd9322e46204c2e8ff478ecf Mon Sep 17 00:00:00 2001 From: Riccardo Elitropi Date: Tue, 17 Jun 2025 15:21:42 +0200 Subject: [PATCH] EgtMachKernel : - in finiture rimozione classe PerformanceCounter per Debug. --- SurfFinishing.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SurfFinishing.cpp b/SurfFinishing.cpp index 31acf8d..97f3198 100644 --- a/SurfFinishing.cpp +++ b/SurfFinishing.cpp @@ -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 ;