X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FBaseObjects%2FProcessObject.cxx;h=ffe2cf5fe2a3ba827cd7e8959fc57599b86f4363;hb=b96732896f4c247203f79dbb22e770873b0eedb8;hp=7f8533ae25cf7bfaaf9d4d8a7162e0b5472cc007;hpb=db0a767418f78b371c1e4fb0db00e6b75df74ff3;p=cpPlugins.git diff --git a/lib/cpPlugins/BaseObjects/ProcessObject.cxx b/lib/cpPlugins/BaseObjects/ProcessObject.cxx index 7f8533a..ffe2cf5 100644 --- a/lib/cpPlugins/BaseObjects/ProcessObject.cxx +++ b/lib/cpPlugins/BaseObjects/ProcessObject.cxx @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include @@ -198,9 +198,10 @@ Update( ) } // fi - auto t_start = cpExtensions_CHRONO; + auto t_start = cpPlugins_CHRONO; this->_GenerateData( ); - auto t_end = cpExtensions_CHRONO; + this->Modified( ); + auto t_end = cpPlugins_CHRONO; this->m_LastExecutionSpan = long( t_end - t_start ); this->m_LastExecutionTime = this->GetMTime( );