// (the one provided in the attribute 'type' of the tag 'input')
if (bbGetInputActive()==true)
{
-//auto start1 = std::chrono::high_resolution_clock::now();
+auto start1 = std::chrono::high_resolution_clock::now();
if (bbGetInputwxVtkBaseView()!=NULL)
{
vtkMPRBaseData* vtkmprbasedata = (vtkMPRBaseData*) (bbGetInputwxVtkBaseView()->GetVtkBaseData());
vtkmprbasedata->SetFixAxis2D( tmpFixAxis );
} // if bbGetInputPosition
} // bbGetInputwxVtkBaseView
-//auto stop1 = std::chrono::high_resolution_clock::now();
-//auto duration1 = std::chrono::duration_cast<std::chrono::microseconds>(stop1 - start1);
-//printf("EED SetPosition::Process time= %ld %s \n", duration1.count() , this->bbGetFullName().c_str() );
+auto stop1 = std::chrono::high_resolution_clock::now();
+auto duration1 = std::chrono::duration_cast<std::chrono::microseconds>(stop1 - start1);
+printf("EED SetPosition::Process time= %ld %s \n", duration1.count() , this->bbGetFullName().c_str() );
} // Active
}