TestEGk 1.5a6 : spostato calcoli tempi in EgtGeomKernel.

This commit is contained in:
Dario Sassi
2014-01-19 11:21:13 +00:00
parent 728315812d
commit 80e39e5b59
2 changed files with 3 additions and 13 deletions
+3 -13
View File
@@ -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 ;