From: ouv Date: Tue, 15 Nov 2005 09:28:55 +0000 (+0000) Subject: Time calculation of creating Gauss Points presentation. X-Git-Tag: BR-D5-38-2003_D2005-24-11~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=427d343defda62cccec5d1c7ae252cda8d9dfc05;p=modules%2Fvisu.git Time calculation of creating Gauss Points presentation. --- diff --git a/src/VISUGUI/VisuGUI_Module.cxx b/src/VISUGUI/VisuGUI_Module.cxx index be3a6999..41b82b75 100644 --- a/src/VISUGUI/VisuGUI_Module.cxx +++ b/src/VISUGUI/VisuGUI_Module.cxx @@ -72,6 +72,7 @@ #include #include +#include #include @@ -627,7 +628,10 @@ void VisuGUI_Module ::OnCreateGaussPoints() { + double initialTime = vtkTimerLog::GetCPUTime(); CreatePrs3d(this,true); + INFOS( "VisuGUI_Module::OnCreateGaussPoints() : Gauss Points created in " << + vtkTimerLog::GetCPUTime() - initialTime << " seconds" ); } void