Ignore:
Timestamp:
Feb 2, 2012, 1:58:12 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
32ff22
Parents:
01be70
Message:

Parallel performance update.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1314 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/base/command_list.cpp

    r01be70 r894a5f  
    2121#include "base/command_factory.hpp"
    2222#include "base/command_list.hpp"
     23#include "base/timer.hpp"
    2324#include "base/defs.hpp"
    2425#include "mg.hpp"
     
    4647#endif
    4748
    48     request = MG::GetCommands().Get((*iter).first)->Run((*iter).second);
     49    Timer::Start(iter->first);
     50    request = MG::GetCommands().Get(iter->first)->Run(iter->second);
     51    Timer::Stop(iter->first);
    4952
    5053#ifdef DEBUG_BARRIER
Note: See TracChangeset for help on using the changeset viewer.