TestEGk 1.5a6 : spostato calcoli tempi in EgtGeomKernel.
This commit is contained in:
+3
-13
@@ -1,7 +1,7 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2013-2013
|
||||
// EgalTech 2013-2014
|
||||
//----------------------------------------------------------------------------
|
||||
// File : TegExecutor.cpp Data : 09.12.13 Versione : 1.4a4
|
||||
// File : TegExecutor.cpp Data : 19.01.14 Versione : 1.5a6
|
||||
// Contenuto : Implementazione della classe TegExecutor.
|
||||
//
|
||||
//
|
||||
@@ -14,7 +14,6 @@
|
||||
//--------------------------- Include ----------------------------------------
|
||||
#include "stdafx.h"
|
||||
#include "TegExecutor.h"
|
||||
#include "/EgtDev/Include/EgtPerfCounter.h"
|
||||
#include "/EgtDev/Include/EgtPointerOwner.h"
|
||||
#include "/EgtDev/Include/EGnStringUtils.h"
|
||||
#include "/EgtDev/Include/EGnStringConverter.h"
|
||||
@@ -124,16 +123,7 @@ TegExecutor::ExecuteRun( const string& sCmd2, const STRVECTOR& vsParams)
|
||||
}
|
||||
|
||||
// esecuzione comandi
|
||||
PerformanceCounter Counter ;
|
||||
Counter.Start() ;
|
||||
|
||||
bool bOk = pCmdParser->Run() ;
|
||||
|
||||
Counter.Stop() ;
|
||||
string sOut = "Execution time = " + ToString( Counter.GetTime(), 1) + " ms" ;
|
||||
LOG_INFO( m_pLogger, sOut.c_str())
|
||||
|
||||
return bOk ;
|
||||
return pCmdParser->Run() ;
|
||||
}
|
||||
|
||||
return false ;
|
||||
|
||||
Reference in New Issue
Block a user