]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez <leonardo@iMac-de-Andrea.local>
Wed, 13 Apr 2016 23:56:46 +0000 (18:56 -0500)
committerLeonardo Florez <leonardo@iMac-de-Andrea.local>
Wed, 13 Apr 2016 23:56:46 +0000 (18:56 -0500)
lib/cpPlugins/ProcessObject.cxx

index 136b45cd3f6a734529b72dacf40525aa251fd74b..f684a6ba54c287220694534372bd3184b62783bc 100644 (file)
@@ -251,7 +251,7 @@ Update( )
           std::chrono::system_clock::now( ).time_since_epoch( )
           ).count( );
       this->m_LastExecutionTime = this->GetMTime( );
-      std::cout << "done in " << ( ( end - start ) / 1000 ) << "ms!" << std::endl;
+      std::cout << "done in " << ( ( end - start ) / 1000 ) << "s!" << std::endl;
 
     } // fi