widgetmodel/alfwidgetmodel/src/alfanimationoutput.cpp
changeset 3 4526337fb576
parent 0 e83bab7cf002
--- a/widgetmodel/alfwidgetmodel/src/alfanimationoutput.cpp	Mon Jan 18 20:36:54 2010 +0200
+++ b/widgetmodel/alfwidgetmodel/src/alfanimationoutput.cpp	Tue Feb 02 00:28:09 2010 +0200
@@ -28,7 +28,7 @@
 #include <alf/alfcontrol.h>
 #include <alf/alfenv.h>
 #include <alf/alfexceptions.h>
-#include "alf/alfperf.h"
+//#include "alf/alfperf.h"
 #include "alfanimationoutput.h"
 
 namespace Alf
@@ -96,10 +96,10 @@
     if ( visual )
         {
         // Create the animation command(s) and send them through the env.
-        ALF_PERF_START( perfdata, "AlfAnimationOutput-sendCommand-createAndSendCommands" )
+        //ALF_PERF_START( perfdata, "AlfAnimationOutput-sendCommand-createAndSendCommands" )
         // reference visual is optional, it may be 0.
         mAttributeSetter->createAndSendCommands( *visual, mAttributeContainer, ref );
-        ALF_PERF_STOP( perfdata, "AlfAnimationOutput-sendCommand-createAndSendCommands" )
+        //ALF_PERF_STOP( perfdata, "AlfAnimationOutput-sendCommand-createAndSendCommands" )
         }
     }