added measure into apply function
Conflicts: eo/src/apply.h
This commit is contained in:
parent
ecd8f7ec03
commit
a3dda50b8f
1 changed files with 1 additions and 2 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue