This commit is contained in:
Caner Candan 2010-11-28 03:41:09 +01:00
commit 61ab540d8a

View file

@ -173,13 +173,19 @@ int main(int ac, char** av)
} }
} // end of runs } // end of runs
if ( measureConstTime == 1 )
{
speedupFile << std::endl; speedupFile << std::endl;
efficiencyFile << std::endl; efficiencyFile << std::endl;
dynamicityFile << std::endl; dynamicityFile << std::endl;
}
if ( measureVarTime == 1 )
{
speedupFile_variable << std::endl; speedupFile_variable << std::endl;
efficiencyFile_variable << std::endl; efficiencyFile_variable << std::endl;
dynamicityFile_variable << std::endl; dynamicityFile_variable << std::endl;
}
} // end of dimension } // end of dimension