added measure into apply function

Conflicts:

	eo/src/apply.h
This commit is contained in:
Caner Candan 2011-01-27 10:30:40 +01:00
commit a3dda50b8f

View file

@ -40,9 +40,8 @@
template <class EOT>
void apply(eoUF<EOT&, void>& _proc, std::vector<EOT>& _pop)
{
size_t size = _pop.size();
double t1 = omp_get_wtime();
size_t size = _pop.size();
if (!eo::parallel.isDynamic())
{